-
We already have an issue for the feature of using libgit2: https://github.com/JuliaLang/julia/issues/4158. @jakebolewski created the [LibGit2 package](https://github.com/jakebolewski/LibGit2.jl) to wr…
-
Dear guys! THank you wery much for making libgit2.
I would like to make a branch for compilation using Borland C++ builder in the future, but now I have only a testing project - Git incorporation int…
-
I was implementing a wrapper around `git_remote_push` in the `nodegit` bindings. I was ending up with a segmentation fault:
```
=================================================================
==324…
-
Currently, both full-length OIDs and OID prefixes use the git_oid type. However, OID prefixes also require an associated length, and OID prefixes will not work correctly with functions that expect fu…
-
I am writing bindings to libgit2 for the R programming language. My code works on osx and linux, but on windows calling `git_clone` gives:
> ERROR 12: OpenSSL initialization failed
I did call `git_t…
-
Using `gg s` (aswell as `gg status`) generates output with 2 lines of "undefined":
![screen shot 2015-03-09 at 13 25 53](https://cloud.githubusercontent.com/assets/5219415/6554815/e4d359b4-c65f-11e4-…
nshtg updated
9 years ago
-
Please consider making git_repository (and anything else with a _free function) use reference counting or similar. Language bindings for garbage-collected languages would prove much simpler to write …
-
I found someone that is willing to help me with libgit2 bindings for NodeJS and as my knowledge of this lib if very limited, I'm looking for help on which functions need to be implemented in order to …
-
Hi,
I'm having a new compiler (MinGW-w64) warning after updating the libgit2 source code (5915d70) in the R bindings [git2r](https://github.com/ropensci/git2r).
`global.c:137:1: warning: control rea…
-
How are we going to handle cross-platform builds?
I don't think that make is really suited for this task.
So we have to basically chose between CMake and Autotools. I already know CMake and libgit2 is…