summaryrefslogtreecommitdiff
path: root/tests/diff/workdir.c
Commit message (Expand)AuthorAgeFilesLines
* configuration: cvar -> configmapPatrick Steinhardt2019-07-181-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-5/+5
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* index: use new enum and structure namesEdward Thomson2018-12-011-3/+3
* tests: add missing cl_git_pass to testsEtienne Samson2018-07-061-2/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-4/+4
* tests: use legitimate object idsEdward Thomson2016-02-281-3/+5
* win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-2/+2
* diff: test "symlinks" in wd are respected on win32Edward Thomson2015-11-031-0/+61
* tests: Fix warningsvmg/crudVicent Marti2015-10-211-1/+1
* diff::workdir: ensure ignored files are not returnedEdward Thomson2015-09-121-0/+43
* iterator: saner pathlist matching for idx iteratorEdward Thomson2015-08-311-24/+0
* diff: use new iterator pathlist handlingEdward Thomson2015-08-301-1/+25
* diff: better document GIT_DIFF_PATHSPEC_DISABLEEdward Thomson2015-08-281-0/+210
* Removed unused variablesPierre-Olivier Latour2015-06-261-1/+0
* diff: test we don't update index unnecessarilyEdward Thomson2015-06-261-7/+69
* Merge pull request #3226 from libgit2/cmn/racy-diff-againEdward Thomson2015-06-231-0/+2
|\
| * diff: check files with the same or newer timestampsCarlos Martín Nieto2015-06-221-0/+2
* | Explicitly handle GIT_DELTA_CONFLICTED in git_diff_merge()Pierre-Olivier Latour2015-06-221-0/+36
|/
* tests: tick the index when we count OID calculationsCarlos Martín Nieto2015-06-161-0/+6
* diff: introduce binary diff callbacksEdward Thomson2015-06-121-56/+56
* Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-021-1/+1
* diff conflicts: test index to workdir w/ conflictsEdward Thomson2015-05-281-0/+45
* Fix compile error on Visual StudioCha, Hojeong2014-05-271-2/+2
* Git binary check compat testsrb/update-4k-to-8kRussell Belfer2014-05-161-0/+114
* Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-021-40/+20
* Add payloads, bitmaps to trace APIRussell Belfer2014-05-021-25/+4
* Don't use trace if GIT_TRACE not definedRussell Belfer2014-05-021-0/+8
* Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-021-21/+45
* Add diff option to update index stat cacheRussell Belfer2014-05-021-0/+87
* Skip diff oid calc when size definitely changedRussell Belfer2014-05-021-2/+2
* Add build option for diff internal statisticsRussell Belfer2014-05-021-0/+12
* Update behavior for untracked sub-reposRussell Belfer2014-03-251-3/+3
* Drop git_patch_to_strNicolas Hake2014-01-221-7/+9
* Rename tests-clar to testsBen Straub2013-11-141-0/+1490