libgit2.cr
libgit2.cr copied to clipboard
Crystal-lang binding to libgit2 with interface similar to rugged
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