-
Hey,
like a year ago or more there were some design changes in the way iterations are handled in libgit2. Now there exist two ways of getting all the entries of a container for example like reflogs, …
-
Hey,
I guess that you are still a bit far from the stable release, but now that the api is getting stabilized what about a beta release? I ask this 'cause in this way I could start making the package…
nacho updated
11 years ago
-
I wanted to open this issue about some corner cases when dealing with the `TrackedBranch` property on the `Branch` class for "new" repositories to see if there were any suggestions for how (if?) to de…
-
The README mentions a method `Rugged::Repository#exists?`, however the method appears to be called `Rugged::Repository#exists`.
-
I have found that the api of git_tree_walk is in disorder.
Here's what says on the api.
``` C
int git_tree_walk(git_tree *tree, git_treewalk_cb callback, int mode, void *payload);
```
And this is w…
-
I am unable to clone a local repository using Repository.Clone method. I have tried with different source urls without success:
```
// var sourceUrl = "file:///c:\work\REPO.git\";
var sourceUrl = @"c…
-
Cython is a Python-like language that gets compiled to C extensions for Python. It's mainly used for speeding up Python code and wrapping C libraries.
For pygit2, Cython would have these advantages:
…
-
This is most likely something I'm doing wrong as I'm quite new to C.
In the following example, `printf("status_flags\n");` is never run, whereas `printf("path: %s\n", e->path);` is, only for the firs…
-
Placeholder for discussion about how to best create cross-platform builds for CorrugatedIron.
-
So, `git-info` is currently about 408 lines long, but many themes don't need all stuff it does.
Actually I don't mind about everything there, but the reason I created this issue is its speed. It's fr…