summaryrefslogtreecommitdiff
path: root/t/t3206-range-diff.sh
Commit message (Expand)AuthorAgeFilesLines
* range-diff: let '--abbrev' option takes effectTeng Long2023-02-211-0/+32
* Sync with 2.37.4Taylor Blau2022-10-061-1/+1
|\
| * t3206: prepare for changing protocol.file.allowTaylor Blau2022-10-051-1/+1
* | range-diff: optionally accept pathspecsJohannes Schindelin2022-08-261-1/+12
|/
* range-diff: show submodule changes irrespective of diff.submodulePhilippe Blain2022-06-061-0/+51
* format-patch: allow a non-integral version numbersZheNing Hu2021-03-231-0/+24
* Merge branch 'js/range-diff-one-side-only'Junio C Hamano2021-02-171-0/+15
|\
| * range-diff: offer --left-only/--right-only optionsJohannes Schindelin2021-02-061-0/+15
* | Merge branch 'js/range-diff-wo-dotdot'Junio C Hamano2021-02-171-0/+13
|\ \
| * | range-diff/format-patch: handle commit ranges other than A..BJohannes Schindelin2021-02-061-0/+13
| |/
* | t3[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-21/+21
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
|/
* diff: fix modified lines stats with --stat and --numstatThomas Guyot-Sionnest2020-09-241-8/+4
* range-diff: fix a crash in parsing git-log outputVasil Dimov2020-04-151-0/+10
* t3206: make hash size independentbrian m. carlson2020-02-071-3/+11
* t3206: fix incorrect test nameDenton Liu2019-12-061-1/+1
* format-patch: pass notes configuration to range-diffDenton Liu2019-11-211-1/+100
* range-diff: pass through --notes to `git log`Denton Liu2019-11-211-0/+47
* range-diff: output `## Notes ##` headerDenton Liu2019-11-211-7/+7
* t3206: range-diff compares logs with commit notesDenton Liu2019-11-211-0/+52
* t3206: s/expected/expect/Denton Liu2019-11-211-32/+32
* t3206: disable parameter substitution in heredocDenton Liu2019-11-211-1/+1
* t3206: remove spaces after redirect operatorsDenton Liu2019-11-211-1/+1
* Merge branch 'tg/range-diff-output-update'Junio C Hamano2019-10-151-0/+40
|\
| * range-diff: don't segfault with mode-only changesThomas Gummerer2019-10-091-0/+40
* | Merge branch 'js/range-diff-noprefix'Junio C Hamano2019-10-111-0/+4
|\ \
| * | range-diff: internally force `diff.noprefix=true`Johannes Schindelin2019-10-031-0/+4
| |/
* | t3206: abstract away hash size constantsbrian m. carlson2019-08-201-60/+167
|/
* range-diff: add headers to the outer hunk headerThomas Gummerer2019-07-111-19/+22
* range-diff: add filename to inner diffThomas Gummerer2019-07-111-6/+10
* range-diff: add section header instead of diff headerThomas Gummerer2019-07-111-6/+85
* range-diff: suppress line count in outer diffThomas Gummerer2019-07-111-8/+8
* range-diff: don't remove funcname from inner diffThomas Gummerer2019-07-111-3/+3
* range-diff: always pass at least minimal diff optionsMartin Ågren2018-12-041-7/+13
* Merge branch 'ab/range-diff-no-patch'Junio C Hamano2018-11-181-0/+30
|\
| * range-diff: make diff option behavior (e.g. --stat) consistentÆvar Arnfjörð Bjarmason2018-11-141-23/+0
| * range-diff: fix regression in passing along diff optionsÆvar Arnfjörð Bjarmason2018-11-121-0/+53
* | range-diff: allow to diff files regardless of submodule configLucas De Marchi2018-10-251-0/+29
* | Merge branch 'tg/range-diff-corner-case-fix'Junio C Hamano2018-09-241-0/+5
|\ \
| * | linear-assignment: fix potential out of bounds memory accessThomas Gummerer2018-09-141-0/+5
* | | Merge branch 'ds/format-patch-range-diff-test'Junio C Hamano2018-09-241-0/+5
|\ \ \
| * | | t3206-range-diff.sh: cover single-patch caseDerrick Stolee2018-09-121-0/+5
| | |/ | |/|
* | | Merge branch 'es/format-patch-rangediff'Junio C Hamano2018-09-171-0/+12
|\ \ \ | |/ /
| * | format-patch: extend --range-diff to accept revision rangeEric Sunshine2018-08-141-1/+1
| * | format-patch: add --range-diff option to embed diff in cover letterEric Sunshine2018-08-141-0/+12
| |/
* | range-diff: indent special lines as contextStefan Beller2018-08-201-6/+6
* | diff: use emit_line_0 once per lineStefan Beller2018-08-141-1/+1
* | t3206: add color test for range-diff --dual-colorStefan Beller2018-08-141-0/+39
|/
* range-diff: add testsThomas Rast2018-08-131-0/+145