summaryrefslogtreecommitdiff
path: root/t/t3206-range-diff.sh
AgeCommit message (Expand)Author
2020-02-07t3206: make hash size independentbrian m. carlson
2019-12-06t3206: fix incorrect test nameDenton Liu
2019-11-21format-patch: pass notes configuration to range-diffDenton Liu
2019-11-21range-diff: pass through --notes to `git log`Denton Liu
2019-11-21range-diff: output `## Notes ##` headerDenton Liu
2019-11-21t3206: range-diff compares logs with commit notesDenton Liu
2019-11-21t3206: s/expected/expect/Denton Liu
2019-11-21t3206: disable parameter substitution in heredocDenton Liu
2019-11-21t3206: remove spaces after redirect operatorsDenton Liu
2019-10-15Merge branch 'tg/range-diff-output-update'Junio C Hamano
2019-10-11Merge branch 'js/range-diff-noprefix'Junio C Hamano
2019-10-09range-diff: don't segfault with mode-only changesThomas Gummerer
2019-10-03range-diff: internally force `diff.noprefix=true`Johannes Schindelin
2019-08-20t3206: abstract away hash size constantsbrian m. carlson
2019-07-11range-diff: add headers to the outer hunk headerThomas Gummerer
2019-07-11range-diff: add filename to inner diffThomas Gummerer
2019-07-11range-diff: add section header instead of diff headerThomas Gummerer
2019-07-11range-diff: suppress line count in outer diffThomas Gummerer
2019-07-11range-diff: don't remove funcname from inner diffThomas Gummerer
2018-12-04range-diff: always pass at least minimal diff optionsMartin Ågren
2018-11-18Merge branch 'ab/range-diff-no-patch'Junio C Hamano
2018-11-14range-diff: make diff option behavior (e.g. --stat) consistentÆvar Arnfjörð Bjarmason
2018-11-12range-diff: fix regression in passing along diff optionsÆvar Arnfjörð Bjarmason
2018-10-25range-diff: allow to diff files regardless of submodule configLucas De Marchi
2018-09-24Merge branch 'tg/range-diff-corner-case-fix'Junio C Hamano
2018-09-24Merge branch 'ds/format-patch-range-diff-test'Junio C Hamano
2018-09-17Merge branch 'es/format-patch-rangediff'Junio C Hamano
2018-09-14linear-assignment: fix potential out of bounds memory accessThomas Gummerer
2018-09-12t3206-range-diff.sh: cover single-patch caseDerrick Stolee
2018-08-20range-diff: indent special lines as contextStefan Beller
2018-08-14format-patch: extend --range-diff to accept revision rangeEric Sunshine
2018-08-14format-patch: add --range-diff option to embed diff in cover letterEric Sunshine
2018-08-14diff: use emit_line_0 once per lineStefan Beller
2018-08-14t3206: add color test for range-diff --dual-colorStefan Beller
2018-08-13range-diff: add testsThomas Rast