summaryrefslogtreecommitdiff
path: root/builtin/range-diff.c
AgeCommit message (Expand)Author
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2019-12-06range-diff: clear `other_arg` at end of functionDenton Liu
2019-11-21range-diff: pass through --notes to `git log`Denton Liu
2019-05-13builtin: consistently pass cmd_* prefix to parse_optionsJeff King
2019-03-24range-diff: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'es/format-patch-rangediff'Junio C Hamano
2018-08-27range-diff: update stale summary of --no-dual-colorKyle Meyer
2018-08-14range-diff: relieve callers of low-level configuration burdenEric Sunshine
2018-08-14range-diff: publish default creation factorEric Sunshine
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin
2018-08-13range-diff: offer to dual-color the diffsJohannes Schindelin
2018-08-13range-diff: suppress the diff headersJohannes Schindelin
2018-08-13range-diff: indent the diffs just like tbdiffJohannes Schindelin
2018-08-13range-diff: also show the diff between patchesJohannes Schindelin
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin