-
I saw on the Wiki page that the design goal of LitGit2Sharp is to provider a high level wrapper to, but not be a 1:1 mapping of the libgit2 C API. I would like to suggest you split the LitGit2Sharp in…
yysun updated
13 years ago
-
Gitteh needs some proper documentation.
Given that the bindings are wholly implemented in C++ land, I'm loathe to try and get some weird doxygen setup or something to work and document the JS exposed…
-
Hello,
I have tried to resolve the first commit resolving the HEAD reference.
Now when I do that with big repositories, the size of mono or git, it takes like forever (compared to the old git).
The re…
txdv updated
13 years ago
-
The 'parents' git_vector object in git_commit is not being freed in function git_commit__free().
Also I have created Lua bindings for LibGit2:
https://github.com/Neopallium/luagit2
-
I know this is already on your todo list, I'm just making an official Issue for it so that I can be notified when you implement it...
But we need a way to find all available tags and branches for a `…
-
http://libgit2.github.com/ says Python bindings are "Coming Soon..." I'm a developer on Dulwich, a pure-Python git implementation, and we're definitely interested in bindings. If they're already in pr…
-
just curious, is there a reason it's not written with FFI? that would improve portability to other ruby implementations :)