summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* commit: add a function to create a commit on top of a refcmn/safe-commitCarlos Martín Nieto2014-02-101-0/+27
* refs: move current_id before the reflog parametersCarlos Martín Nieto2014-02-101-4/+4
* Add git_commit_amend APIRussell Belfer2014-02-071-0/+76
* Merge pull request #2099 from libgit2/bs/more-reflog-stuffRussell Belfer2014-02-0727-106/+354
|\
| * Correct default reflog message for git_remote_fetchBen Straub2014-02-061-0/+28
| * Only run clone-failure test on private repoBen Straub2014-02-051-1/+7
| * More merge.conflictstyle fixesBen Straub2014-02-051-0/+7
| * Avoid crash when skipping remote testBen Straub2014-02-051-2/+4
| * Fix broken clone testBen Straub2014-02-051-12/+4
| * Prevent user's merge.conflictstyle from breaking testsBen Straub2014-02-053-0/+21
| * Fix a few references to changed function signaturesBen Straub2014-02-051-3/+3
| * Merge remote-tracking branch 'libgit2/development' into bs/more-reflog-stuffBen Straub2014-02-053-9/+451
| |\
| * | Add reflog params to git_repository_detach_headBen Straub2014-02-046-13/+34
| * | Add reflog parameters to remote apisBen Straub2014-02-045-12/+67
| * | Add reflog parameters to git_push_update_tipsBen Straub2014-02-041-1/+15
| * | Fix reflog message when creating commitsBen Straub2014-02-041-1/+14
| * | Add reset tests for reflogBen Straub2014-02-035-0/+98
| * | Fix warningBen Straub2014-02-031-1/+1
| * | Add reflog parameters to git_resetBen Straub2014-02-039-39/+39
| * | Reset helpers: use revparse insteadBen Straub2014-02-038-32/+23
* | | Merge pull request #2042 from libgit2/cmn/conditional-refRussell Belfer2014-02-072-0/+166
|\ \ \
| * | | 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
* | | | Fix some Windows warningsRussell Belfer2014-02-072-16/+14
* | | | Merge pull request #2100 from libgit2/rb/update-pqueueVicent Marti2014-02-072-4/+135
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix typo setting sorted flag when reloading indexRussell Belfer2014-02-041-0/+34
| * | | Convert pqueue to just be a git_vectorRussell Belfer2014-02-041-4/+4
| * | | Add some priority queue testsRussell Belfer2014-02-031-0/+97
* | | | Merge pull request #2027 from libgit2/rb/only-windows-is-windowsBen Straub2014-02-051-9/+91
|\ \ \ \
| * | | | Further tree building tests with hard pathsRussell Belfer2014-01-031-6/+40
| * | | | Tree accessor tests with hard path namesRussell Belfer2014-01-031-9/+57
* | | | | revwalk: add a test for pushing all referencesCarlos Martín Nieto2014-02-051-0/+19
* | | | | revwalk: ignore wrong object type in glob pushesCarlos Martín Nieto2014-02-051-1/+10
* | | | | revwalk: add a failing test for pushing "tags"Carlos Martín Nieto2014-02-051-0/+10
| |_|/ / |/| | |
* | | | Test that emulates a strange filter implementationEdward Thomson2014-02-031-0/+70
* | | | Tests merging staged files identical to resultEdward Thomson2014-02-031-0/+70
* | | | Tests merge when changes exist in workdir/indexEdward Thomson2014-02-031-0/+182
| |_|/ |/| |
* | | Merge pull request #2095 from libgit2/update-head-reflogVicent Marti2014-02-031-13/+38
|\ \ \
| * | | Add failing test caseBen Straub2014-02-011-13/+38
| | |/ | |/|
* | | Add `git_reference_is_note`.Arthur Schreiber2014-02-021-0/+15
|/ /
* | Update to latest clarRussell Belfer2014-01-311-5/+13
* | Allow tests to run without user configBen Straub2014-01-302-0/+12
* | Enhance testing of signature parametersBen Straub2014-01-305-11/+48
* | 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