summaryrefslogtreecommitdiff
path: root/tests/refs/branches/delete.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-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.
* Some further sandboxing cleanups to testsRussell Belfer2014-05-021-5/+2
| | | | | Trying to find other issues where tests may not clean up quite properly when they are through...
* Add reflog params to git_repository_detach_headBen Straub2014-02-041-1/+1
|
* Deleting a branch deletes its reflogBen Straub2014-01-301-0/+26
|
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
| | | | | | Any well-behaved program should write a descriptive message to the reflog whenever it updates a reference. Let's make this more prominent by removing the version without the reflog parameters.
* Rename tests-clar to testsBen Straub2013-11-141-0/+117