Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for the annotated versions of ref-modifying functions | Carlos Martín Nieto | 2015-03-16 | 3 | -16/+42 |
| | | | | | This also brings the soft-reset tests back to life. The function name was missing an underscore, meaning they had not been running. | ||||
* | Fixed build warning | Pierre-Olivier Latour | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Plug a few leaks | Carlos Martín Nieto | 2015-03-04 | 2 | -0/+4 |
| | |||||
* | repository: remove log message override for switching the active branch | Carlos Martín Nieto | 2015-03-03 | 1 | -2/+2 |
| | | | | | | We want to use the "checkout: moving from ..." message in order to let git know when a change of branch has happened. Make the convenience functions for this goal write this message. | ||||
* | reset: remove reflog message override | Carlos Martín Nieto | 2015-03-03 | 3 | -46/+30 |
| | | | | | This function is meant to simulate what git does in the reset command, so we should include the reflog message in that. | ||||
* | Remove the signature from ref-modifying functions | Carlos Martín Nieto | 2015-03-03 | 4 | -27/+27 |
| | | | | | | | | | | The signature for the reflog is not something which changes dynamically. Almost all uses will be NULL, since we want for the repository's default identity to be used, making it noise. In order to allow for changing the identity, we instead provide git_repository_set_ident() and git_repository_ident() which allow a user to override the choice of signature. | ||||
* | Allow to propagate checkout callbacks to git HARD reset | Sven Strickroth | 2014-08-03 | 3 | -23/+23 |
| | | | | Signed-off-by: Sven Strickroth <email@cs-ware.de> | ||||
* | Reset tests: Use sandboxed index | Jiri Pospisil | 2014-04-25 | 1 | -6/+3 |
| | |||||
* | Fix reset for staged deletes | Russell Belfer | 2014-04-21 | 1 | -2/+37 |
| | |||||
* | refs: append to the HEAD reflog when updating the current branch | Carlos Martín Nieto | 2014-03-17 | 2 | -8/+12 |
| | | | | | | | | When we update the current branch, we must also append to HEAD's reflog to keep them in sync. This is a bit of a hack, but as git.git says, it covers 100% of default cases. | ||||
* | Plug a few leaks in the tests | Carlos Martín Nieto | 2014-03-07 | 2 | -0/+10 |
| | |||||
* | Add reflog params to git_repository_detach_head | Ben Straub | 2014-02-04 | 1 | -2/+2 |
| | |||||
* | Add reset tests for reflog | Ben Straub | 2014-02-03 | 5 | -0/+98 |
| | |||||
* | Add reflog parameters to git_reset | Ben Straub | 2014-02-03 | 3 | -14/+14 |
| | |||||
* | Reset helpers: use revparse instead | Ben Straub | 2014-02-03 | 5 | -23/+13 |
| | |||||
* | index: rename an entry's id to 'id' | Carlos Martín Nieto | 2014-01-25 | 2 | -2/+2 |
| | | | | This was not converted when we converted the rest, so do it now. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 6 | -0/+602 |