summaryrefslogtreecommitdiff
path: root/range-diff.h
AgeCommit message (Expand)Author
2021-02-18Merge branch 'js/range-diff-one-side-only'Junio C Hamano
2021-02-07range-diff/format-patch: handle commit ranges other than A..BJohannes Schindelin
2021-02-07range-diff: offer --left-only/--right-only optionsJohannes Schindelin
2021-02-07range-diff: combine all options in a single data structureJohannes Schindelin
2021-01-28range-diff/format-patch: refactor check for commit rangeJohannes Schindelin
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2019-12-16Merge branch 'dl/range-diff-with-notes'Junio C Hamano
2019-12-06range-diff: mark pointers as constDenton Liu
2019-12-05Merge branch 'dl/range-diff-with-notes'Junio C Hamano
2019-11-21range-diff: pass through --notes to `git log`Denton Liu
2019-11-10Fix spelling errors in code commentsElijah Newren
2018-11-30format-patch: do not let its diff-options affect --range-diffJunio C Hamano
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: also show the diff between patchesJohannes Schindelin
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin