summaryrefslogtreecommitdiff
path: root/tests/refs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Improve GIT_EUSER handlingRussell Belfer2013-12-111-1/+43
* | Clean up warningsEdward Thomson2013-12-091-1/+2
|/
* Rename tests-clar to testsBen Straub2013-11-1434-0/+4420