| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-27 | Merge remote-tracking branch 'upstream/master' into next | Carlos Martín Nieto | |
| 2016-08-27 | Run the tests in parallel | Carlos Martín Nieto | |
| This saves about 1s, or 1/3 of the test runtime. The linking is still much slower, but this we can control. | |||
| 2016-08-05 | Update libgit2 to 73dab769 | Carlos Martín Nieto | |
| This version reloads the index on checkout, which showed we were not persisting the updated index to disk and thus would have conflicts on checkout. | |||
| 2015-04-24 | tests: always clean up temporary repository dirs | Patrick Steinhardt | |
| Some test repositories are not correctly removed after the tests did run. Fix by introducing a function that is to be used for cleaning up temporary test repositories. | |||
| 2015-03-04 | Cherrypick | Mark Probst | |
| 2014-05-03 | test: adjust to safe commit append | Carlos 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-26 | Merge commit 'refs/pull/72/head' of github.com:libgit2/git2go | Carlos Martín Nieto | |
| Conflicts: git.go wrapper.c | |||
| 2014-04-02 | make it possible to handle errors | Jesse Ezell | |
| 2014-03-20 | refactor and cleanup code | Jesse Ezell | |
| 2014-03-20 | merge with latest | Jesse Ezell | |
| 2014-03-20 | cleanup and refactor diff / patch | Jesse Ezell | |
| 2014-03-19 | Oid: fix IsZero() | Carlos Martín Nieto | |
| We need to compare against the number zero, not its ASCII value. | |||
| 2014-02-27 | add push, refine remotes | Jesse Ezell | |
| 2013-04-16 | Add @carlosmn's tests | Vicent Marti | |
