aboutsummaryrefslogtreecommitdiffstats
path: root/range-diff.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-17Merge branch 'js/range-diff-one-side-only'Junio C Hamano1-6/+11
2021-02-06range-diff/format-patch: handle commit ranges other than A..BJohannes Schindelin1-3/+1
2021-02-06range-diff: offer --left-only/--right-only optionsJohannes Schindelin1-0/+1
2021-02-06range-diff: combine all options in a single data structureJohannes Schindelin1-6/+10
2021-01-27range-diff/format-patch: refactor check for commit rangeJohannes Schindelin1-0/+8
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-1/+1
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2019-12-16Merge branch 'dl/range-diff-with-notes'Junio C Hamano1-2/+2
2019-12-06range-diff: mark pointers as constDenton Liu1-2/+2
2019-12-05Merge branch 'dl/range-diff-with-notes'Junio C Hamano1-1/+3
2019-11-21range-diff: pass through --notes to `git log`Denton Liu1-1/+3
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2018-11-30format-patch: do not let its diff-options affect --range-diffJunio C Hamano1-0/+5
2018-08-14range-diff: relieve callers of low-level configuration burdenEric Sunshine1-1/+2
2018-08-14range-diff: publish default creation factorEric Sunshine1-0/+2
2018-08-13range-diff: also show the diff between patchesJohannes Schindelin1-1/+3
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin1-0/+7