| Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
|
|
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.
|
|
Conflicts:
git.go
wrapper.c
|
|
|
|
|
|
|
|
|
|
We need to compare against the number zero, not its ASCII value.
|
|
|
|
|