summaryrefslogtreecommitdiffstats
path: root/range-diff.c
AgeCommit message (Expand)AuthorLines
2018-11-30format-patch: do not let its diff-options affect --range-diffJunio C Hamano-1/+5
2018-11-18Merge branch 'ab/range-diff-no-patch'Junio C Hamano-1/+2
2018-11-14range-diff: make diff option behavior (e.g. --stat) consistentÆvar Arnfjörð Bjarmason-1/+2
2018-11-13Merge branch 'jk/xdiff-interface'Junio C Hamano-1/+9
2018-11-12range-diff: fix regression in passing along diff optionsÆvar Arnfjörð Bjarmason-1/+1
2018-11-05range-diff: use a hunk callbackJeff King-1/+9
2018-11-02xdiff-interface: provide a separate consume callback for hunksJeff King-1/+1
2018-10-25range-diff: allow to diff files regardless of submodule configLucas De Marchi-1/+1
2018-09-17Merge branch 'es/format-patch-rangediff'Junio C Hamano-3/+23
2018-08-20range-diff: indent special lines as contextStefan Beller-0/+2
2018-08-20range-diff: make use of different output indicatorsStefan Beller-1/+19
2018-08-14range-diff: relieve callers of low-level configuration burdenEric Sunshine-2/+22
2018-08-14range-diff: respect diff_option.file rather than assuming 'stdout'Eric Sunshine-1/+1
2018-08-13range-diff: left-pad patch numbersJohannes Schindelin-7/+9
2018-08-13range-diff: use color for the commit pairsJohannes Schindelin-13/+38
2018-08-13range-diff: do not show "function names" in hunk headersJohannes Schindelin-0/+6
2018-08-13range-diff: adjust the output of the commit pairsJohannes Schindelin-9/+50
2018-08-13range-diff: right-trim commit messagesJohannes Schindelin-0/+1
2018-08-13range-diff: also show the diff between patchesJohannes Schindelin-3/+31
2018-08-13range-diff: improve the order of the shown commitsJohannes Schindelin-19/+40
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin-0/+311