libgit2.cr icon indicating copy to clipboard operation
libgit2.cr copied to clipboard

Crystal-lang binding to libgit2 with interface similar to rugged

Results 3 libgit2.cr issues
Sort by recently updated
recently updated
newest added

Hi, are there any plans to continue maintaining this shard? Or is there an alternative that is available? I would be happy to contribute code and documentation wise if so....

Currently `crystal spec` works but `crystal spec --order=random` fails in, well random ways. The tests should be able to run independently and in a random order as well.

e.g. repo.last_commit.oid return -> String but,in this lib: repo.last_commit.target_id.to_s return -> String