aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4053-diff-no-index.sh
AgeCommit message (Expand)AuthorFilesLines
2025-10-17Merge branch 'jk/diff-no-index-with-pathspec-fix'Junio C Hamano1-0/+16
2025-09-25diff --no-index: fix logic for paths ending in '/'Jacob Keller1-0/+16
2025-08-09diff: --no-index should ignore the worktreeJunio C Hamano1-0/+17
2025-05-22diff --no-index: support limiting by pathspecJacob Keller1-0/+75
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-01-29diff: handle NULL meta-info when spawning external diffJeff King1-0/+12
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-1/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2023-09-11diff --no-index: fix -R with stdinRené Scharfe1-0/+19
2023-08-13t4053: avoid writing to unopened pipeJeff King1-4/+0
2023-08-10t4053: avoid race when killing background processesPhillip Wood1-2/+2
2023-07-05diff --no-index: support reading from named pipesPhillip Wood1-0/+40
2023-07-05t4054: test diff --no-index with stdinPhillip Wood1-0/+19
2023-07-05diff --no-index: refuse to compare stdin to a directoryPhillip Wood1-0/+5
2022-11-21tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2021-03-22diff --no-index tests: test mode normalizationÆvar Arnfjörð Bjarmason1-0/+55
2021-03-22diff --no-index tests: add test for --exit-codeÆvar Arnfjörð Bjarmason1-0/+5
2019-04-25Merge branch 'nd/diff-parseopt-4'Junio C Hamano1-2/+1
2019-03-24diff --no-index: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy1-2/+1
2019-02-24diff: reuse diff setup for --no-index caseJeff King1-0/+8
2018-10-22diff: don't attempt to strip prefix from absolute Windows pathsJohannes Sixt1-0/+10
2016-09-13diff: always try to set up the repositoryJeff King1-0/+20
2016-09-13diff: handle --no-index prefixes consistentlyJeff King1-0/+18
2015-05-05Merge branch 'jc/diff-no-index-d-f'Junio C Hamano1-0/+34
2015-03-26diff-no-index: align D/F handling with that of normal GitJunio C Hamano1-0/+12
2015-03-25diff-no-index: DWIM "diff D F" into "diff D/F F"Junio C Hamano1-0/+22
2015-03-20t: use test_expect_code instead of hand-rolled comparisonJeff King1-2/+2
2013-12-16diff: add test for --no-index executed outside repoThomas Gummerer1-0/+11
2013-12-12diff: don't read index when --no-index is givenThomas Gummerer1-0/+15
2012-06-22diff: handle relative paths in no-indexJeff King1-1/+14
2012-05-16diff --no-index: reset temporary buffer lengths on directory iterationBobby Powers1-0/+19