summaryrefslogtreecommitdiff
path: root/tests/refs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Reset helpers: use revparse insteadBen Straub2014-02-031-4/+5
* | | refs: add an unconditional deleteCarlos Martín Nieto2014-02-051-0/+14
* | | refs: catch cases where the ref type has changedCarlos Martín Nieto2014-02-051-0/+58
* | | refs: check the ref's old value when deletingCarlos Martín Nieto2014-02-051-0/+33
* | | refs: bring conditional symbolic updates to the frontendCarlos Martín Nieto2014-02-051-1/+20
* | | refs: add tests for conditional updatesCarlos Martín Nieto2014-02-051-0/+42
|/ /
* | Add `git_reference_is_note`.Arthur Schreiber2014-02-021-0/+15
|/
* Allow tests to run without user configBen Straub2014-01-302-0/+12
* Enhance testing of signature parametersBen Straub2014-01-303-4/+28
* 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
* Ensure renaming a reference updates the reflogBen Straub2014-01-303-14/+32