Age | Commit message (Expand) | Author | Files | Lines |
2021-02-17 | Merge branch 'js/range-diff-one-side-only' | Junio C Hamano | 1 | -0/+15 |
2021-02-17 | Merge branch 'js/range-diff-wo-dotdot' | Junio C Hamano | 1 | -0/+13 |
2021-02-06 | range-diff/format-patch: handle commit ranges other than A..B | Johannes Schindelin | 1 | -0/+13 |
2021-02-06 | range-diff: offer --left-only/--right-only options | Johannes Schindelin | 1 | -0/+15 |
2020-11-19 | t3[0-3]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -21/+21 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-09-24 | diff: fix modified lines stats with --stat and --numstat | Thomas Guyot-Sionnest | 1 | -8/+4 |
2020-04-15 | range-diff: fix a crash in parsing git-log output | Vasil Dimov | 1 | -0/+10 |
2020-02-07 | t3206: make hash size independent | brian m. carlson | 1 | -3/+11 |
2019-12-06 | t3206: fix incorrect test name | Denton Liu | 1 | -1/+1 |
2019-11-21 | format-patch: pass notes configuration to range-diff | Denton Liu | 1 | -1/+100 |
2019-11-21 | range-diff: pass through --notes to `git log` | Denton Liu | 1 | -0/+47 |
2019-11-21 | range-diff: output `## Notes ##` header | Denton Liu | 1 | -7/+7 |
2019-11-21 | t3206: range-diff compares logs with commit notes | Denton Liu | 1 | -0/+52 |
2019-11-21 | t3206: s/expected/expect/ | Denton Liu | 1 | -32/+32 |
2019-11-21 | t3206: disable parameter substitution in heredoc | Denton Liu | 1 | -1/+1 |
2019-11-21 | t3206: remove spaces after redirect operators | Denton Liu | 1 | -1/+1 |
2019-10-15 | Merge branch 'tg/range-diff-output-update' | Junio C Hamano | 1 | -0/+40 |
2019-10-11 | Merge branch 'js/range-diff-noprefix' | Junio C Hamano | 1 | -0/+4 |
2019-10-09 | range-diff: don't segfault with mode-only changes | Thomas Gummerer | 1 | -0/+40 |
2019-10-03 | range-diff: internally force `diff.noprefix=true` | Johannes Schindelin | 1 | -0/+4 |
2019-08-20 | t3206: abstract away hash size constants | brian m. carlson | 1 | -60/+167 |
2019-07-11 | range-diff: add headers to the outer hunk header | Thomas Gummerer | 1 | -19/+22 |
2019-07-11 | range-diff: add filename to inner diff | Thomas Gummerer | 1 | -6/+10 |
2019-07-11 | range-diff: add section header instead of diff header | Thomas Gummerer | 1 | -6/+85 |
2019-07-11 | range-diff: suppress line count in outer diff | Thomas Gummerer | 1 | -8/+8 |
2019-07-11 | range-diff: don't remove funcname from inner diff | Thomas Gummerer | 1 | -3/+3 |
2018-12-04 | range-diff: always pass at least minimal diff options | Martin Ågren | 1 | -7/+13 |
2018-11-18 | Merge branch 'ab/range-diff-no-patch' | Junio C Hamano | 1 | -0/+30 |
2018-11-14 | range-diff: make diff option behavior (e.g. --stat) consistent | Ævar Arnfjörð Bjarmason | 1 | -23/+0 |
2018-11-12 | range-diff: fix regression in passing along diff options | Ævar Arnfjörð Bjarmason | 1 | -0/+53 |
2018-10-25 | range-diff: allow to diff files regardless of submodule config | Lucas De Marchi | 1 | -0/+29 |
2018-09-24 | Merge branch 'tg/range-diff-corner-case-fix' | Junio C Hamano | 1 | -0/+5 |
2018-09-24 | Merge branch 'ds/format-patch-range-diff-test' | Junio C Hamano | 1 | -0/+5 |
2018-09-17 | Merge branch 'es/format-patch-rangediff' | Junio C Hamano | 1 | -0/+12 |
2018-09-14 | linear-assignment: fix potential out of bounds memory access | Thomas Gummerer | 1 | -0/+5 |
2018-09-12 | t3206-range-diff.sh: cover single-patch case | Derrick Stolee | 1 | -0/+5 |
2018-08-20 | range-diff: indent special lines as context | Stefan Beller | 1 | -6/+6 |
2018-08-14 | format-patch: extend --range-diff to accept revision range | Eric Sunshine | 1 | -1/+1 |
2018-08-14 | format-patch: add --range-diff option to embed diff in cover letter | Eric Sunshine | 1 | -0/+12 |
2018-08-14 | diff: use emit_line_0 once per line | Stefan Beller | 1 | -1/+1 |
2018-08-14 | t3206: add color test for range-diff --dual-color | Stefan Beller | 1 | -0/+39 |
2018-08-13 | range-diff: add tests | Thomas Rast | 1 | -0/+145 |