summaryrefslogtreecommitdiff
path: root/tests/refs
Commit message (Expand)AuthorAgeFilesLines
* branch: fix forced branch creation on HEAD of a bare repoJohn Fultz2016-11-041-1/+25
* Allow creating copies of `git_reference` objects.Arthur Schreiber2016-04-221-0/+40
* Merge pull request #3736 from libgit2/cmn/dwim-general-messageEdward Thomson2016-04-111-0/+8
|\
| * refs: provide a more general error message for dwimcmn/dwim-general-messageCarlos Martín Nieto2016-04-111-0/+8
* | refs::create: strict object creation on by defaultEdward Thomson2016-04-111-5/+5
|/
* tests: plug a leakCarlos Martín Nieto2016-03-031-0/+1
* refs: honor strict object creationEdward Thomson2016-02-281-2/+24
* reflog: error when a directory is at reflog pathEdward Thomson2015-11-121-0/+53
* refs: complain when a directory exists at refEdward Thomson2015-11-121-0/+17
* reflog: test reflog is deleted when ref is deletedEdward Thomson2015-11-031-0/+18
* Prevent segfault when parsing a reflog with oid parse errorStjepan Rajko2015-10-291-0/+43
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-1/+1
* refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-121-0/+2
* revparse: Add test to make sure this doesn't regressVicent Marti2015-06-261-0/+15
* 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-034-75/+35
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-0321-136/+123
* Merge pull request #2866 from ethomson/checkout_perf2Carlos Martín Nieto2015-02-121-2/+2
|\
| * tests: update for new test dataEdward Thomson2015-02-021-2/+2
* | Fix branch creation when branch name matches namespace of previously deleted ...Jeff Hostetler2015-02-031-0/+104
|/
* reference_create: validate loose namesEdward Thomson2014-12-161-3/+45
* peel: reject bad queries with EINVALIDSPECcmn/peeling-errorsCarlos Martín Nieto2014-11-222-4/+4
* 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
* transaction: rename lock() to lock_ref()cmn/reference-transactionCarlos Martín Nieto2014-10-091-7/+7
* Introduce reference transactionsCarlos Martín Nieto2014-09-301-0/+110
* Use p_snprintf also in testsJacques Germishuys2014-08-051-2/+2
* Introduce cl_assert_equal_oidEdward Thomson2014-07-0110-26/+24
* refs: failing test for concurrent ref accessCarlos Martín Nieto2014-06-021-0/+33
* 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
* reflog: follow core.logallrefupdatesCarlos Martín Nieto2014-03-201-0/+73
* refdb: don't update when there's no needCarlos Martín Nieto2014-03-191-0/+24
* refs: append to the HEAD reflog when updating the current branchCarlos Martín Nieto2014-03-171-0/+23
* 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
* | refs: move current_id before the reflog parametersCarlos Martín Nieto2014-02-101-4/+4
* | Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer2014-02-072-5/+6
|\ \
| * | Add reflog params to git_repository_detach_headBen Straub2014-02-041-1/+1