summaryrefslogtreecommitdiff
path: root/builtin/range-diff.c
Commit message (Expand)AuthorAgeFilesLines
* diff: factor out add_diff_options()René Scharfe2022-12-021-1/+1
* range-diff: optionally accept pathspecsJohannes Schindelin2022-08-261-15/+51
* range-diff: consistently validate the argumentsJohannes Schindelin2022-08-261-12/+29
* range-diff: reorder argument handlingJohannes Schindelin2022-08-261-4/+4
* column, range-diff: downcase option descriptionChinmoy Chakraborty2021-03-291-1/+1
* Merge branch 'js/range-diff-one-side-only'Junio C Hamano2021-02-171-5/+16
|\
| * range-diff: offer --left-only/--right-only optionsJohannes Schindelin2021-02-061-1/+7
| * range-diff: combine all options in a single data structureJohannes Schindelin2021-02-061-4/+9
* | range-diff/format-patch: refactor check for commit rangeJohannes Schindelin2021-01-271-4/+5
|/
* strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-281-2/+2
* range-diff: clear `other_arg` at end of functionDenton Liu2019-12-061-0/+1
* range-diff: pass through --notes to `git log`Denton Liu2019-11-211-1/+5
* 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