summaryrefslogtreecommitdiff
path: root/tests/reset/reset_helpers.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed build warningPierre-Olivier Latour2015-03-081-1/+1
|
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-2/+2
| | | | | | | | | | 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.
* Add reset tests for reflogBen Straub2014-02-031-0/+17
|
* Reset helpers: use revparse insteadBen Straub2014-02-031-7/+0
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+10