summaryrefslogtreecommitdiff
path: root/tests/refs/branches
Commit message (Expand)AuthorAgeFilesLines
* refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-121-0/+2
* branch: error out if we cannot find the remotecmn/upstream-matching-pushCarlos Martín Nieto2015-05-221-0/+32
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-131-6/+1
* Add tests for the annotated versions of ref-modifying functionsCarlos Martín Nieto2015-03-161-0/+16
* refdb: use the same id for old and new when renaming a referencecmn/rename-reflogCarlos Martín Nieto2015-03-081-0/+4
* branch: fix generated reflog message upon renamingnulltoken2015-03-041-1/+1
* branch: fix generated reflog message upon creationnulltoken2015-03-041-1/+1
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-032-36/+37
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-1/+1
* branch: don't accept a reflog message overrideCarlos Martín Nieto2015-03-033-72/+32
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-036-39/+37
* Fix branch creation when branch name matches namespace of previously deleted ...Jeff Hostetler2015-02-031-0/+104
* branch: consider an empty upstream remote config as not foundCarlos Martín Nieto2014-11-171-0/+16
* branch: add getter for the upstream remote nameCarlos Martín Nieto2014-11-081-0/+9
* Refs: Extend unicode test for branch creation.Arthur Schreiber2014-05-301-0/+3
* Refs: Add a unicode test for git_branch_move.Arthur Schreiber2014-05-301-0/+17
* Don't always test composed-insensitive lookupsrb/unicode-branch-namesRussell Belfer2014-05-081-4/+4
* Pass unconverted data when iconv doesn't like itRussell Belfer2014-05-081-0/+56
* Some further sandboxing cleanups to testsRussell Belfer2014-05-023-32/+8
* Add GIT_BRANCH_ALL to git_branch_t enumSven Strickroth2014-04-161-2/+2
* Merge pull request #2144 from linquize/branch-f-currentBen Straub2014-03-021-0/+19
|\
| * Add unit test to show git_branch_create() fails if attempt to force create cu...Linquize2014-03-021-0/+19
* | Add reflog params to git_repository_detach_headBen Straub2014-02-041-1/+1
* | Reset helpers: use revparse insteadBen Straub2014-02-031-4/+5
|/
* Allow tests to run without user configBen Straub2014-01-302-0/+12
* Enhance testing of signature parametersBen Straub2014-01-302-3/+22
* Provide good default reflog messages in branch apiBen Straub2014-01-302-0/+38
* Ensure moving a branch updates the reflogBen Straub2014-01-301-0/+19
* Add reflog parameters to git_branch_moveBen Straub2014-01-301-13/+13
* Deleting a branch deletes its reflogBen Straub2014-01-302-20/+26
* Add reflog params to git_branch_createBen Straub2014-01-302-10/+14
* Add passing reflog testsBen Straub2014-01-301-1/+29
* branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto2014-01-272-34/+15
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-153-6/+6
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-1/+43
* Clean up warningsEdward Thomson2013-12-091-1/+2
* Rename tests-clar to testsBen Straub2013-11-1410-0/+967