summaryrefslogtreecommitdiff
path: root/tests/repo/state.c
Commit message (Collapse)AuthorAgeFilesLines
* repository: distinguish sequencer cherry-pick and revertcmn/repository-state-sequencerCarlos Martín Nieto2015-11-201-0/+18
| | | | These are not quite like their plain counterparts and require special handling.
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-1/+1
| | | | | | 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.
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
| | | | | | | | | | 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.
* git_cherry_pick -> git_cherrypickEdward Thomson2014-07-221-2/+2
|
* git_repository_state_cleanup() should remove rebase-merge/, rebase-apply/ ↵Jacques Germishuys2014-04-071-0/+18
| | | | and BISECT_LOG
* Add reflog params to git_repository_detach_headBen Straub2014-02-041-1/+1
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+96