-
Reproduction:
```
# Install the rustc snapshot cargo is using to /usr, and then:
./.travis.install.deps.sh
./configure --local-rust-root=rustc
make
# make fails
```
Full output: https://gist.github…
-
This would be good for rustpkg so it doesn't have to shell out to invoke git.
I'll do this if no one else picks it up, but it could be a good starter project for somebody.
-
From libgit2/libgit2sharp#839
It would be helpful if the bindings had more insight into why peeling an object failed. Currently, `git_object_peel` can return 2 error codes `GIT_EAMBIGUOUS` or `GIT_EN…
-
I'd like to build an app that takes a git repo as input and outsputs statistics.
I'd want to be able to graph the number of lines of code added and removed, who made the changes against when the cha…
-
If there are no credentials, then returning an error lets application level logic determine reasonable approach then throwing SIGABRT.
https://github.com/libgit2/libgit2/blob/master/src/transports/ht…
-
Similar to what libgit2# implements https://github.com/libgit2/libgit2sharp/commit/e450d3d175ae7dd06ef2ee5bf43661e835eac959
-
If the user wants to clone a bigger repository or pushes more files to it, it takes a while.
If I want to use for example repo.Network.Push() method it blocks the thread and I have to wait while the …
-
The code in Git-Tfs needs a way to pull in changesets from TFS and create commits, without touching the working directory or the index. Currently Git-Tfs shells out and uses the GIT_INDEX_FILE to crea…
-
Make a pass that executes bindgen during the build.
This would build the jsapi module automatically based on the header files:
```
#[bindgen(files("jsapi.h", "jswhatever.h"), name = "jsapi")];
```
…
brson updated
9 years ago
-
How does it work? I only see it checking Unix paths for the libssh2 dynamic libraries. Is there any checking for it on Windows?