summaryrefslogtreecommitdiffstats
path: root/range-diff.h
AgeCommit message (Expand)AuthorLines
2025-09-25range-diff: rename other_arg to log_argKristoffer Haugsbakk-1/+1
2025-08-29range-diff: add configurable memory limit for cost matrixPaulo Casaretto-0/+5
2024-12-16range-diff: optionally include merge commits' diffs in the analysisJohannes Schindelin-0/+1
2024-05-06format-patch: run range-diff with larger creation-factorJunio C Hamano-0/+6
2021-02-17Merge branch 'js/range-diff-one-side-only'Junio C Hamano-6/+11
2021-02-06range-diff/format-patch: handle commit ranges other than A..BJohannes Schindelin-3/+1
2021-02-06range-diff: offer --left-only/--right-only optionsJohannes Schindelin-0/+1
2021-02-06range-diff: combine all options in a single data structureJohannes Schindelin-6/+10
2021-01-27range-diff/format-patch: refactor check for commit rangeJohannes Schindelin-0/+8
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King-1/+1
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2019-12-16Merge branch 'dl/range-diff-with-notes'Junio C Hamano-2/+2
2019-12-06range-diff: mark pointers as constDenton Liu-2/+2
2019-12-05Merge branch 'dl/range-diff-with-notes'Junio C Hamano-1/+3
2019-11-21range-diff: pass through --notes to `git log`Denton Liu-1/+3
2019-11-10Fix spelling errors in code commentsElijah Newren-1/+1
2018-11-30format-patch: do not let its diff-options affect --range-diffJunio C Hamano-0/+5
2018-08-14range-diff: relieve callers of low-level configuration burdenEric Sunshine-1/+2
2018-08-14range-diff: publish default creation factorEric Sunshine-0/+2
2018-08-13range-diff: also show the diff between patchesJohannes Schindelin-1/+3
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin-0/+7