summaryrefslogtreecommitdiff
path: root/tests-clar/diff/workdir.c
Commit message (Expand)AuthorAgeFilesLines
* Implement patience and minimal diff flagsRussell Belfer2013-10-211-0/+47
* Create git_diff_line and extend git_diff_hunkRussell Belfer2013-10-211-12/+9
* Diff API cleanupRussell Belfer2013-10-151-9/+12
* Rename diff objects and split patch.hRussell Belfer2013-10-111-75/+75
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-10/+1
* Fix incorrect return code in crlf filterRussell Belfer2013-09-241-0/+25
* Untracked directories with .git should be ignoredRussell Belfer2013-07-101-3/+4
* Add test for fixed diff bugRussell Belfer2013-06-201-0/+20
* Fix diff crash when last item is untracked dirRussell Belfer2013-05-151-0/+25
* More tests for diff untracked directoriesRussell Belfer2013-04-301-0/+187
* What has science done.Vicent Marti2013-04-221-1/+2
* Notify '*' pathspec correctly when diffingyorah2013-04-111-163/+0
* Fix some diff ignores and submodule dirty workdirRussell Belfer2013-03-251-5/+20
* Test fixes and cleanupRussell Belfer2013-03-251-116/+33
* Added some tests for issue #1397Sven Strickroth2013-03-251-0/+179
* Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-221-8/+2
* Three submodule status bug fixesRussell Belfer2013-03-181-6/+8
* diff: add a notify callback to `git_diff__from_iterators`yorah2013-02-071-0/+163
* tests: plug a couple of leaksCarlos Martín Nieto2013-01-111-0/+1
* Resolve crash with diff against empty fileRussell Belfer2013-01-081-0/+43
* Fix diff constructor name order confusionRussell Belfer2012-12-171-31/+31
* Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-9/+29
* diff: enhance test coverage against the workdirnulltoken2012-11-281-0/+23
* Update diff callback param orderRussell Belfer2012-11-271-35/+35
* More external API cleanupVicent Marti2012-11-271-35/+35
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-20/+20
* Fix diff API to better parameter orderRussell Belfer2012-11-141-25/+28
* Initial implementation of diff rename detectionRussell Belfer2012-10-231-67/+67
* diff: workdir diffing in a bare repo returns EBAREREPOnulltoken2012-10-181-0/+17
* Add test for diffs with submodules and bug fixesRussell Belfer2012-10-081-0/+74
* Add const to all shared pointers in diff APIRussell Belfer2012-09-251-1/+1
* Initial implementation of new diff patch APIRussell Belfer2012-09-251-43/+26
* Fix problems in diff iterator record chainingRussell Belfer2012-09-131-0/+91
* Diff iteratorsRussell Belfer2012-09-051-179/+306
* Plug a few leaksCarlos Martín Nieto2012-06-201-0/+2
* Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-081-28/+167
* Fix filemode comparison in diffsRussell Belfer2012-06-081-3/+106
* Fix git_status_file for files that start with a character > 0x7f8bit-filename-statusAdam Roben2012-06-071-10/+10
* Update clar and remove old helpersRussell Belfer2012-04-171-13/+13
* Add support for pathspec to diff and statusRussell Belfer2012-04-131-0/+73
* Fixing memory leaks indicated by valgrindRussell Belfer2012-03-021-0/+2
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-6/+2
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+230