summaryrefslogtreecommitdiff
path: root/tests/refs/branches
Commit message (Expand)AuthorAgeFilesLines
* Fix one memory leak in masterlhchavez2021-07-301-0/+2
* tests: reformat upstream mergeEdward Thomson2021-07-301-5/+5
* tests: upstream merge test has been added.Dmitry Lobanov2021-06-181-0/+23
* Add git_branch_name_is_validSven Strickroth2020-10-251-0/+17
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* branch: add test for git_branch_lookup to accept GIT_BRANCH_ALLAugustin Fabre2019-02-221-2/+25
* branch: fix `branch_is_checked_out` with bare reposPatrick Steinhardt2019-02-141-0/+7
* branches: do not assert that the given ref is a branchPatrick Steinhardt2019-02-141-0/+7
* branches: add tests for `git_branch_is_checked_out`Patrick Steinhardt2019-02-141-0/+39
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-223-10/+10
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-171-1/+1
* Merge pull request #4833 from csware/drop-empty-dirsPatrick Steinhardt2018-12-191-0/+46
|\
| * Remove empty directories when deleting refsSven Strickroth2018-10-131-0/+46
* | object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-2/+2
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-104-4/+4
* tests: gather the reflog entry content testsEtienne Samson2017-11-152-80/+0
* tests: update error message checkingethomson/error_msgsEdward Thomson2016-12-291-1/+1
* branch: fix forced branch creation on HEAD of a bare repoJohn Fultz2016-11-041-1/+25
* 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