summaryrefslogtreecommitdiff
path: root/builtin/range-diff.c
Commit message (Expand)AuthorAgeFilesLines
* builtin: consistently pass cmd_* prefix to parse_optionsJeff King2019-05-131-1/+1
* range-diff: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy2019-03-241-20/+6
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\
| * diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'es/format-patch-rangediff'Junio C Hamano2018-09-171-20/+5
|\ \ | |/ |/|
| * range-diff: relieve callers of low-level configuration burdenEric Sunshine2018-08-141-19/+4
| * range-diff: publish default creation factorEric Sunshine2018-08-141-1/+1
* | range-diff: update stale summary of --no-dual-colorKyle Meyer2018-08-271-1/+1
|/
* range-diff: make --dual-color the default modeJohannes Schindelin2018-08-131-4/+6
* range-diff: offer to dual-color the diffsJohannes Schindelin2018-08-131-0/+8
* range-diff: suppress the diff headersJohannes Schindelin2018-08-131-0/+1
* range-diff: indent the diffs just like tbdiffJohannes Schindelin2018-08-131-0/+10
* range-diff: also show the diff between patchesJohannes Schindelin2018-08-131-2/+29
* range-diff: first rudimentary implementationJohannes Schindelin2018-08-131-1/+44
* Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin2018-08-131-0/+25