summaryrefslogtreecommitdiffstats
path: root/range-diff.c
AgeCommit message (Expand)AuthorLines
2021-02-06range-diff/format-patch: handle commit ranges other than A..BJohannes Schindelin-1/+25
2021-02-06range-diff: offer --left-only/--right-only optionsJohannes Schindelin-3/+8
2021-02-06range-diff: move the diffopt initialization down one layerJohannes Schindelin-33/+31
2021-02-06range-diff: combine all options in a single data structureJohannes Schindelin-9/+9
2021-02-04range-diff: simplify code spawning `git log`Johannes Schindelin-5/+2
2021-02-04range-diff: libify the read_patches() function againJohannes Schindelin-3/+10
2021-02-04range-diff: avoid leaking memory in two error code pathsJohannes Schindelin-0/+2
2021-01-27range-diff/format-patch: refactor check for commit rangeJohannes Schindelin-0/+5
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren-3/+1
2020-11-02hashmap: provide deallocation function namesElijah Newren-1/+1
2020-07-30strvec: rename struct fieldsJeff King-1/+1
2020-07-28strvec: fix indentation in renamed callsJeff King-14/+14
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King-5/+5
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-04-15range-diff: avoid negative string precisionVasil Dimov-1/+4
2020-04-15range-diff: fix a crash in parsing git-log outputVasil Dimov-0/+13
2019-12-06range-diff: mark pointers as constDenton Liu-3/+3
2019-11-21range-diff: pass through --notes to `git log`Denton Liu-5/+10
2019-11-21range-diff: output `## Notes ##` headerDenton Liu-0/+6
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano-5/+5
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong-3/+1
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong-1/+1
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong-1/+3
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong-2/+2
2019-10-03range-diff: internally force `diff.noprefix=true`Johannes Schindelin-1/+2
2019-07-11range-diff: add headers to the outer hunk headerThomas Gummerer-3/+6
2019-07-11range-diff: add filename to inner diffThomas Gummerer-2/+13
2019-07-11range-diff: add section header instead of diff headerThomas Gummerer-7/+27
2019-07-11range-diff: suppress line count in outer diffThomas Gummerer-0/+1
2019-07-11range-diff: don't remove funcname from inner diffThomas Gummerer-3/+4
2019-07-11range-diff: split lines manuallyThomas Gummerer-26/+42
2019-07-11range-diff: fix function parameter indentationThomas Gummerer-2/+2
2018-11-30format-patch: do not let its diff-options affect --range-diffJunio C Hamano-1/+5
2018-11-18Merge branch 'ab/range-diff-no-patch'Junio C Hamano-1/+2
2018-11-14range-diff: make diff option behavior (e.g. --stat) consistentÆvar Arnfjörð Bjarmason-1/+2
2018-11-13Merge branch 'jk/xdiff-interface'Junio C Hamano-1/+9
2018-11-12range-diff: fix regression in passing along diff optionsÆvar Arnfjörð Bjarmason-1/+1
2018-11-05range-diff: use a hunk callbackJeff King-1/+9
2018-11-02xdiff-interface: provide a separate consume callback for hunksJeff King-1/+1
2018-10-25range-diff: allow to diff files regardless of submodule configLucas De Marchi-1/+1
2018-09-17Merge branch 'es/format-patch-rangediff'Junio C Hamano-3/+23
2018-08-20range-diff: indent special lines as contextStefan Beller-0/+2
2018-08-20range-diff: make use of different output indicatorsStefan Beller-1/+19
2018-08-14range-diff: relieve callers of low-level configuration burdenEric Sunshine-2/+22
2018-08-14range-diff: respect diff_option.file rather than assuming 'stdout'Eric Sunshine-1/+1
2018-08-13range-diff: left-pad patch numbersJohannes Schindelin-7/+9
2018-08-13range-diff: use color for the commit pairsJohannes Schindelin-13/+38
2018-08-13range-diff: do not show "function names" in hunk headersJohannes Schindelin-0/+6