summaryrefslogtreecommitdiff
path: root/range-diff.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-27hash: provide per-algorithm null OIDsLibravatar brian m. carlson1-1/+1
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-1/+1
2021-02-17Merge branch 'js/range-diff-one-side-only'Libravatar Junio C Hamano1-46/+55
2021-02-06range-diff/format-patch: handle commit ranges other than A..BLibravatar Johannes Schindelin1-1/+25
2021-02-06range-diff: offer --left-only/--right-only optionsLibravatar Johannes Schindelin1-3/+8
2021-02-06range-diff: move the diffopt initialization down one layerLibravatar Johannes Schindelin1-33/+31
2021-02-06range-diff: combine all options in a single data structureLibravatar Johannes Schindelin1-9/+9
2021-02-04range-diff: simplify code spawning `git log`Libravatar Johannes Schindelin1-5/+2
2021-02-04range-diff: libify the read_patches() function againLibravatar Johannes Schindelin1-3/+10
2021-02-04range-diff: avoid leaking memory in two error code pathsLibravatar Johannes Schindelin1-0/+2
2021-01-27range-diff/format-patch: refactor check for commit rangeLibravatar Johannes Schindelin1-0/+5
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationLibravatar Elijah Newren1-3/+1
2020-11-02hashmap: provide deallocation function namesLibravatar Elijah Newren1-1/+1
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-1/+1
2020-07-28strvec: fix indentation in renamed callsLibravatar Jeff King1-14/+14
2020-07-28strvec: convert remaining callers away from argv_array nameLibravatar Jeff King1-5/+5
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-04-15range-diff: avoid negative string precisionLibravatar Vasil Dimov1-1/+4
2020-04-15range-diff: fix a crash in parsing git-log outputLibravatar Vasil Dimov1-0/+13
2019-12-06range-diff: mark pointers as constLibravatar Denton Liu1-3/+3
2019-11-21range-diff: pass through --notes to `git log`Libravatar Denton Liu1-5/+10
2019-11-21range-diff: output `## Notes ##` headerLibravatar Denton Liu1-0/+6
2019-10-15Merge branch 'ew/hashmap'Libravatar Junio C Hamano1-5/+5
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryLibravatar Eric Wong1-3/+1
2019-10-07hashmap: introduce hashmap_free_entriesLibravatar Eric Wong1-1/+1
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Libravatar Eric Wong1-1/+3
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Libravatar Eric Wong1-2/+2
2019-10-03range-diff: internally force `diff.noprefix=true`Libravatar Johannes Schindelin1-1/+2
2019-07-11range-diff: add headers to the outer hunk headerLibravatar Thomas Gummerer1-3/+6
2019-07-11range-diff: add filename to inner diffLibravatar Thomas Gummerer1-2/+13
2019-07-11range-diff: add section header instead of diff headerLibravatar Thomas Gummerer1-7/+27
2019-07-11range-diff: suppress line count in outer diffLibravatar Thomas Gummerer1-0/+1
2019-07-11range-diff: don't remove funcname from inner diffLibravatar Thomas Gummerer1-3/+4
2019-07-11range-diff: split lines manuallyLibravatar Thomas Gummerer1-26/+42
2019-07-11range-diff: fix function parameter indentationLibravatar Thomas Gummerer1-2/+2
2018-11-30format-patch: do not let its diff-options affect --range-diffLibravatar Junio C Hamano1-1/+5
2018-11-18Merge branch 'ab/range-diff-no-patch'Libravatar Junio C Hamano1-1/+2
2018-11-14range-diff: make diff option behavior (e.g. --stat) consistentLibravatar Ævar Arnfjörð Bjarmason1-1/+2
2018-11-13Merge branch 'jk/xdiff-interface'Libravatar Junio C Hamano1-1/+9
2018-11-12range-diff: fix regression in passing along diff optionsLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-11-05range-diff: use a hunk callbackLibravatar Jeff King1-1/+9
2018-11-02xdiff-interface: provide a separate consume callback for hunksLibravatar Jeff King1-1/+1
2018-10-25range-diff: allow to diff files regardless of submodule configLibravatar Lucas De Marchi1-1/+1
2018-09-17Merge branch 'es/format-patch-rangediff'Libravatar Junio C Hamano1-3/+23
2018-08-20range-diff: indent special lines as contextLibravatar Stefan Beller1-0/+2
2018-08-20range-diff: make use of different output indicatorsLibravatar Stefan Beller1-1/+19
2018-08-14range-diff: relieve callers of low-level configuration burdenLibravatar Eric Sunshine1-2/+22
2018-08-14range-diff: respect diff_option.file rather than assuming 'stdout'Libravatar Eric Sunshine1-1/+1