summaryrefslogtreecommitdiff
path: root/tests/reset/soft.c
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for the annotated versions of ref-modifying functionsCarlos Martín Nieto2015-03-161-13/+20
| | | | | This also brings the soft-reset tests back to life. The function name was missing an underscore, meaning they had not been running.
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-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 overrideCarlos Martín Nieto2015-03-031-11/+11
| | | | | 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 functionsCarlos Martín Nieto2015-03-031-13/+13
| | | | | | | | | | 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 resetSven Strickroth2014-08-031-11/+11
| | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Add reflog params to git_repository_detach_headBen Straub2014-02-041-2/+2
|
* Add reset tests for reflogBen Straub2014-02-031-0/+26
|
* Add reflog parameters to git_resetBen Straub2014-02-031-8/+8
|
* Reset helpers: use revparse insteadBen Straub2014-02-031-8/+7
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+157