summaryrefslogtreecommitdiff
path: root/tests/refs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-303-13/+17
* 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-1517-52/+53
* Merge pull request #1920 from libgit2/cmn/ref-with-logVicent Marti2013-12-183-33/+146
|\
| * refs: expose has_log() on the backendCarlos Martín Nieto2013-12-091-7/+1
| * refs: expose a way to ensure a ref has a logCarlos Martín Nieto2013-12-091-4/+1
| * reflog: write to the reflog following git's rulesCarlos Martín Nieto2013-12-091-0/+36
| * reflog: remove git_reflog_append_to()Carlos Martín Nieto2013-11-231-23/+0
| * reflog: integrate into the ref writingCarlos Martín Nieto2013-11-233-74/+6
| * refs: adjust to the new reflog APICarlos Martín Nieto2013-11-232-4/+4
| * refs: Introduce git_reference_symbolic_set_target_with_log()nulltoken2013-11-231-0/+39
| * refs: Introduce git_reference_set_target_with_log()nulltoken2013-11-231-0/+55
| * refs: Introduce git_reference_symbolic_create_with_log()nulltoken2013-11-231-0/+31
| * refs: Introduce git_reference_create_with_log()nulltoken2013-11-231-0/+52
* | More tests of canceling from callbacksRussell Belfer2013-12-121-18/+109
* | Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-2/+2