summaryrefslogtreecommitdiff
path: root/git_test.go
AgeCommit message (Collapse)Author
2014-05-03test: adjust to safe commit appendCarlos Martín Nieto
When we create a commit and tell the library to update a ref, we need to make sure to pass the current tip. This is what we should have been doing in a function called 'upateReadme()' anyway. The existing code creates a new root commit, which is not an update.
2014-04-26Merge commit 'refs/pull/72/head' of github.com:libgit2/git2goCarlos Martín Nieto
Conflicts: git.go wrapper.c
2014-04-02make it possible to handle errorsJesse Ezell
2014-03-20refactor and cleanup codeJesse Ezell
2014-03-20merge with latestJesse Ezell
2014-03-20cleanup and refactor diff / patchJesse Ezell
2014-03-19Oid: fix IsZero()Carlos Martín Nieto
We need to compare against the number zero, not its ASCII value.
2014-02-27add push, refine remotesJesse Ezell
2013-04-16Add @carlosmn's testsVicent Marti