summary refs log tree commit diff
path: root/range-diff.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-04range-diff: plug memory leak in read_patches()Ævar Arnfjörð Bjarmason1-17/+12
2022-03-04range-diff: plug memory leak in common invocationÆvar Arnfjörð Bjarmason1-0/+1
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila1-1/+1
2021-09-15Merge branch 'rs/range-diff-avoid-segfault-with-I'Junio C Hamano1-0/+3
2021-09-07range-diff: avoid segfault with -IRené Scharfe1-0/+3
2021-08-30Merge branch 'jk/range-diff-fixes'Junio C Hamano1-16/+13
2021-08-10range-diff: use ssize_t for parsed "len" in read_patches()Jeff King1-1/+1
2021-08-10range-diff: handle unterminated lines in read_patches()Jeff King1-14/+11
2021-08-10range-diff: drop useless "offset" variable from read_patches()Jeff King1-2/+2
2021-07-13Merge branch 'ab/pickaxe-pcre2'Junio C Hamano1-1/+2
2021-05-11xdiff-interface: prepare for allowing early returnÆvar Arnfjörð Bjarmason1-1/+2
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2021-02-17Merge branch 'js/range-diff-one-side-only'Junio C Hamano1-46/+55
2021-02-06range-diff/format-patch: handle commit ranges other than A..BJohannes Schindelin1-1/+25
2021-02-06range-diff: offer --left-only/--right-only optionsJohannes Schindelin1-3/+8
2021-02-06range-diff: move the diffopt initialization down one layerJohannes Schindelin1-33/+31
2021-02-06range-diff: combine all options in a single data structureJohannes Schindelin1-9/+9
2021-02-04range-diff: simplify code spawning `git log`Johannes Schindelin1-5/+2
2021-02-04range-diff: libify the read_patches() function againJohannes Schindelin1-3/+10
2021-02-04range-diff: avoid leaking memory in two error code pathsJohannes Schindelin1-0/+2
2021-01-27range-diff/format-patch: refactor check for commit rangeJohannes Schindelin1-0/+5
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren1-3/+1
2020-11-02hashmap: provide deallocation function namesElijah Newren1-1/+1
2020-07-30strvec: rename struct fieldsJeff King1-1/+1
2020-07-28strvec: fix indentation in renamed callsJeff King1-14/+14
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-5/+5
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-04-15range-diff: avoid negative string precisionVasil Dimov1-1/+4
2020-04-15range-diff: fix a crash in parsing git-log outputVasil Dimov1-0/+13
2019-12-06range-diff: mark pointers as constDenton Liu1-3/+3
2019-11-21range-diff: pass through --notes to `git log`Denton Liu1-5/+10
2019-11-21range-diff: output `## Notes ##` headerDenton Liu1-0/+6
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-5/+5
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong1-3/+1
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong1-1/+1
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong1-1/+3
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-2/+2
2019-10-03range-diff: internally force `diff.noprefix=true`Johannes Schindelin1-1/+2
2019-07-11range-diff: add headers to the outer hunk headerThomas Gummerer1-3/+6
2019-07-11range-diff: add filename to inner diffThomas Gummerer1-2/+13
2019-07-11range-diff: add section header instead of diff headerThomas Gummerer1-7/+27
2019-07-11range-diff: suppress line count in outer diffThomas Gummerer1-0/+1
2019-07-11range-diff: don't remove funcname from inner diffThomas Gummerer1-3/+4
2019-07-11range-diff: split lines manuallyThomas Gummerer1-26/+42
2019-07-11range-diff: fix function parameter indentationThomas Gummerer1-2/+2
2018-11-30format-patch: do not let its diff-options affect --range-diffJunio C Hamano1-1/+5
2018-11-18Merge branch 'ab/range-diff-no-patch'Junio C Hamano1-1/+2