summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* Add git_pathspec_match_diff APIRussell Belfer2013-07-101-0/+92
* Basic bit vectorRussell Belfer2013-07-101-0/+64
* Add public API for pathspec matchingRussell Belfer2013-07-101-0/+385
* Merge pull request #1704 from arrbee/kill-status-index-then-workdirVicent Martí2013-07-092-63/+0
|\
| * Remove GIT_STATUS_SHOW_INDEX_THEN_WORKDIR optionRussell Belfer2013-07-032-63/+0
* | Merge pull request #1695 from arrbee/fix-1695Vicent Martí2013-07-091-0/+31
|\ \
| * | Add GIT_CAP_SSH if library was built with SSHRussell Belfer2013-07-091-0/+31
| |/
* | Add more tests for git_config_get_multivarRussell Belfer2013-07-092-9/+49
* | Diff hunk context off by one on long linesRussell Belfer2013-07-052-2/+34
|/
* Fix segfault in git_status_foreach_ext()yorah2013-07-032-0/+175
* test: Fix memory leaknulltoken2013-06-291-0/+2
* Fix compilation warningsnulltoken2013-06-293-3/+3
* Merge pull request #1688 from arrbee/submodule-load-ignore-orphaned-headRussell Belfer2013-06-271-0/+71
|\
| * Test submodules with empty index or orphaned headRussell Belfer2013-06-271-0/+71
* | Fix bug marking submodule diffs as unmodifiedRussell Belfer2013-06-271-1/+3
* | Fail on unmodified deltas when they're unexpectedJustin Spahr-Summers2013-06-261-1/+1
* | Merge pull request #1681 from arthurschreiber/patch-1Russell Belfer2013-06-251-0/+12
|\ \ | |/ |/|
| * Add a test case.Arthur Schreiber2013-06-251-0/+12
* | Unbreak git_remote_ls on a local transport after disconnecting.Arthur Schreiber2013-06-251-0/+12
|/
* test-rename: This is not a decimal, sillyVicent Marti2013-06-251-2/+2
* Fix checkout tests on WindowsRussell Belfer2013-06-242-6/+14
* Addition checkout target directory testsRussell Belfer2013-06-212-0/+115
* Add target directory to checkoutRussell Belfer2013-06-211-0/+28
* Fix checkout of modified file when missing from wdRussell Belfer2013-06-213-0/+123
* test asserting checkout should not recreate deleted filesEdward Thomson2013-06-201-0/+30
* Add test for fixed diff bugRussell Belfer2013-06-201-0/+20
* Add status flags to force output sort orderRussell Belfer2013-06-203-0/+84
* Add tests and fix use of freed memoryRussell Belfer2013-06-191-0/+20
* Add index pathspec-based operationsRussell Belfer2013-06-191-0/+254
* Fix rename looped reference issuesRussell Belfer2013-06-181-3/+5
* test illustrating tri-cyclic rename failureEdward Thomson2013-06-181-0/+53
* test failure when renames produce similar similaritiesEdward Thomson2013-06-186-0/+79
* Add "as_path" parameters to blob and buffer diffsRussell Belfer2013-06-171-104/+403
* Update clar to latest versionRussell Belfer2013-06-172-24/+36
* Fix memory leaks in diff rename testsRussell Belfer2013-06-172-6/+11
* Add test of rename with no changesRussell Belfer2013-06-171-0/+57
* More tests and bug fixes for status with renameRussell Belfer2013-06-171-11/+131
* Test has to work on case sensitive systemsRussell Belfer2013-06-171-3/+14
* Make index_insert keep existing caseRussell Belfer2013-06-171-1/+0
* some simple case-sensitive index testsEdward Thomson2013-06-172-0/+64
* Improve case handling in git_diff__paired_foreachRussell Belfer2013-06-172-2/+53
* git__strcasesort_cmp: strcasecmp sorting rules but requires strict equalityEdward Thomson2013-06-171-0/+13
* handle renames in status computationEdward Thomson2013-06-171-0/+265
* ref: free the last ref when cancelling git_branch_foreach()yorah2013-06-171-1/+1
* diff: fix warningyorah2013-06-141-0/+2
* Fix Windows warningsRussell Belfer2013-06-121-1/+1
* Merge pull request #1643 from ethomson/rename_sourceVicent Martí2013-06-126-0/+94
|\
| * failing unit test for similar renamesEdward Thomson2013-06-106-0/+94
* | Merge pull request #1642 from arrbee/diff-function-contextVicent Martí2013-06-1220-32/+423
|\ \
| * | Add patch from blobs APIRussell Belfer2013-06-121-0/+238