summaryrefslogtreecommitdiff
path: root/range-diff.h
AgeCommit message (Expand)Author
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