summaryrefslogtreecommitdiff
path: root/tests/index/reuc.c
Commit message (Collapse)AuthorAgeFilesLines
* reset: remove reflog message overrideCarlos Martín Nieto2015-03-031-4/+4
| | | | | 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-4/+4
| | | | | | | | | | 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-4/+4
| | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-27/+27
|
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-3/+3
|
* Add reflog parameters to git_resetBen Straub2014-02-031-4/+4
|
* Reset helpers: use revparse insteadBen Straub2014-02-031-3/+3
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+372