-
After running the salt-master with `salt-master -l TRACE`, I get the following messages after while:
`[ERROR ] Exception 'Error when fetching: fatal: remote error:' returned exit status 2: None occ…
-
I have made some breaking API changes on my branch. This is a WIP, but I'm showing early to get feedback early.
https://github.com/nkallen/nodegit/commit/458e08079a8089ba9a75f5046fc4d2b173164f3e
I'm…
-
There was already previous attempts at cygit2:
https://github.com/libgit2/pygit2/issues/42
But that code seems no longer to be online :( Anyway I am very excited to see this kind of development! Any…
-
Tried to go get latest git2go on my archlinux
-> % go get github.com/libgit2/git2go
# github.com/libgit2/git2go
1: error: 'git_packbuilder_insert_commit' undeclared (first use in this function)
1: n…
napsy updated
11 years ago
-
I am working on bindings for node. Both git_index_add_bypath and git_index_add_all fail when attempting to add a file that is in a subfolder.
Steps to reproduce:
Create new repo (git_init_repository…
-
There wasn't a really clear example I could find of initializing a repository, adding a first file and commiting it except for what was present in the tests. However the tests rely fileops and filbuf …
-
While iterating over all index entries I have noticed that each entry stage is 0 (tested it for new, modified and untracked files).
-
Let me know if I'm doing anything that's already in progress!
I'll be updating this when I complete tasks.
Fix the following tasks in `TODO`:
- Provide a `GitObject` class which the other object types…
-
Hi,
We are planning to make a new release of pygit2, see libgit2/pygit2#245, and it would be best if it was based on a new release of libgit2.
There have been 381 commits since the previous release.…
-
Currently gitteh's libgit2 submodule is at `6dcb09b libgit2 version 0.11.0, "McSwifty"`.
Since then there have been these releases/tags of libgit2:
```
52e50c1 libgit2 v0.14.0, "watermelon wheat"
..…