summaryrefslogtreecommitdiffstats
path: root/range-diff.c
Commit message (Expand)AuthorAgeFilesLines
* format-patch: do not let its diff-options affect --range-diffJunio C Hamano2018-11-301-1/+5
* Merge branch 'ab/range-diff-no-patch'Junio C Hamano2018-11-181-1/+2
|\
| * range-diff: make diff option behavior (e.g. --stat) consistentÆvar Arnfjörð Bjarmason2018-11-141-1/+2
| * range-diff: fix regression in passing along diff optionsÆvar Arnfjörð Bjarmason2018-11-121-1/+1
* | Merge branch 'jk/xdiff-interface'Junio C Hamano2018-11-131-1/+9
|\ \
| * | range-diff: use a hunk callbackJeff King2018-11-051-1/+9
| * | xdiff-interface: provide a separate consume callback for hunksJeff King2018-11-021-1/+1
* | | range-diff: allow to diff files regardless of submodule configLucas De Marchi2018-10-251-1/+1
* | | Merge branch 'es/format-patch-rangediff'Junio C Hamano2018-09-171-3/+23
|\ \ \ | | |/ | |/|
| * | range-diff: relieve callers of low-level configuration burdenEric Sunshine2018-08-141-2/+22
| * | range-diff: respect diff_option.file rather than assuming 'stdout'Eric Sunshine2018-08-141-1/+1
| |/
* | range-diff: indent special lines as contextStefan Beller2018-08-201-0/+2
* | range-diff: make use of different output indicatorsStefan Beller2018-08-201-1/+19
|/
* range-diff: left-pad patch numbersJohannes Schindelin2018-08-131-7/+9
* range-diff: use color for the commit pairsJohannes Schindelin2018-08-131-13/+38
* range-diff: do not show "function names" in hunk headersJohannes Schindelin2018-08-131-0/+6
* range-diff: adjust the output of the commit pairsJohannes Schindelin2018-08-131-9/+50
* range-diff: right-trim commit messagesJohannes Schindelin2018-08-131-0/+1
* range-diff: also show the diff between patchesJohannes Schindelin2018-08-131-3/+31
* range-diff: improve the order of the shown commitsJohannes Schindelin2018-08-131-19/+40
* range-diff: first rudimentary implementationJohannes Schindelin2018-08-131-0/+311