| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-17 | Merge branch 'jk/diff-no-index-with-pathspec-fix' | Junio C Hamano | 1 | -0/+16 |
| 2025-09-25 | diff --no-index: fix logic for paths ending in '/' | Jacob Keller | 1 | -0/+16 |
| 2025-08-09 | diff: --no-index should ignore the worktree | Junio C Hamano | 1 | -0/+17 |
| 2025-05-22 | diff --no-index: support limiting by pathspec | Jacob Keller | 1 | -0/+75 |
| 2024-11-21 | t: remove TEST_PASSES_SANITIZE_LEAK annotations | Patrick Steinhardt | 1 | -1/+0 |
| 2024-01-29 | diff: handle NULL meta-info when spawning external diff | Jeff King | 1 | -0/+12 |
| 2023-11-08 | Merge branch 'jc/test-i18ngrep' | Junio C Hamano | 1 | -1/+1 |
| 2023-11-02 | tests: teach callers of test_i18ngrep to use test_grep | Junio C Hamano | 1 | -1/+1 |
| 2023-09-11 | diff --no-index: fix -R with stdin | René Scharfe | 1 | -0/+19 |
| 2023-08-13 | t4053: avoid writing to unopened pipe | Jeff King | 1 | -4/+0 |
| 2023-08-10 | t4053: avoid race when killing background processes | Phillip Wood | 1 | -2/+2 |
| 2023-07-05 | diff --no-index: support reading from named pipes | Phillip Wood | 1 | -0/+40 |
| 2023-07-05 | t4054: test diff --no-index with stdin | Phillip Wood | 1 | -0/+19 |
| 2023-07-05 | diff --no-index: refuse to compare stdin to a directory | Phillip Wood | 1 | -0/+5 |
| 2022-11-21 | tests: mark tests as passing with SANITIZE=leak | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-03-22 | diff --no-index tests: test mode normalization | Ævar Arnfjörð Bjarmason | 1 | -0/+55 |
| 2021-03-22 | diff --no-index tests: add test for --exit-code | Ævar Arnfjörð Bjarmason | 1 | -0/+5 |
| 2019-04-25 | Merge branch 'nd/diff-parseopt-4' | Junio C Hamano | 1 | -2/+1 |
| 2019-03-24 | diff --no-index: use parse_options() instead of diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -2/+1 |
| 2019-02-24 | diff: reuse diff setup for --no-index case | Jeff King | 1 | -0/+8 |
| 2018-10-22 | diff: don't attempt to strip prefix from absolute Windows paths | Johannes Sixt | 1 | -0/+10 |
| 2016-09-13 | diff: always try to set up the repository | Jeff King | 1 | -0/+20 |
| 2016-09-13 | diff: handle --no-index prefixes consistently | Jeff King | 1 | -0/+18 |
| 2015-05-05 | Merge branch 'jc/diff-no-index-d-f' | Junio C Hamano | 1 | -0/+34 |
| 2015-03-26 | diff-no-index: align D/F handling with that of normal Git | Junio C Hamano | 1 | -0/+12 |
| 2015-03-25 | diff-no-index: DWIM "diff D F" into "diff D/F F" | Junio C Hamano | 1 | -0/+22 |
| 2015-03-20 | t: use test_expect_code instead of hand-rolled comparison | Jeff King | 1 | -2/+2 |
| 2013-12-16 | diff: add test for --no-index executed outside repo | Thomas Gummerer | 1 | -0/+11 |
| 2013-12-12 | diff: don't read index when --no-index is given | Thomas Gummerer | 1 | -0/+15 |
| 2012-06-22 | diff: handle relative paths in no-index | Jeff King | 1 | -1/+14 |
| 2012-05-16 | diff --no-index: reset temporary buffer lengths on directory iteration | Bobby Powers | 1 | -0/+19 |