summaryrefslogtreecommitdiffstats
path: root/t/t4017-diff-retval.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* diff: report modified binary files as changes in builtin_diff()René Scharfe2024-09-231-0/+8
* diff: report dirty submodules as changes in builtin_diff()René Scharfe2024-09-081-0/+21
* diff: report copies and renames as changes in run_diff_cmd()René Scharfe2024-09-081-0/+16
* diff: show usage for unknown builtin_diff_files() optionsJeff King2023-08-221-0/+5
* leak tests: mark passing SANITIZE=leak tests as leak-freeÆvar Arnfjörð Bjarmason2022-07-281-0/+1
* t4*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-201-2/+2
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-201-0/+3
* t4017 (diff-retval): replace manual exit code check with test_expect_codeElijah Newren2010-10-061-49/+20
* Merge branch 'jc/conflict-marker-size'Junio C Hamano2010-04-061-1/+22
|\
| * diff --check: honor conflict-marker-size attributeJunio C Hamano2010-03-251-1/+22
* | git-diff: add a test for git diff --quiet -wLarry D'Anna2010-02-221-0/+15
|/
* Fix t4017-diff-retval for white-space from wcBrian Gernhardt2008-06-301-1/+1
* diff --check: detect leftover conflict markersJunio C Hamano2008-06-271-0/+14
* diff --check: do not discard error status upon seeing a good lineJunio C Hamano2008-06-261-0/+8
* Test interaction between diff --check and --exit-codeWincent Colaiuta2007-12-151-0/+29
* Allow git-diff exit with codes similar to diff(1)Alex Riesen2007-03-151-0/+79