summaryrefslogtreecommitdiff
path: root/range-diff.c
AgeCommit message (Expand)Author
2022-06-13Merge branch 'pb/range-diff-with-submodule'Junio C Hamano
2022-06-06range-diff: show submodule changes irrespective of diff.submodulePhilippe Blain
2022-04-14revision.[ch]: provide and start using a release_revisions()Ævar Arnfjörð Bjarmason
2022-03-04range-diff: plug memory leak in read_patches()Ævar Arnfjörð Bjarmason
2022-03-04range-diff: plug memory leak in common invocationÆvar Arnfjörð Bjarmason
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila
2021-09-15Merge branch 'rs/range-diff-avoid-segfault-with-I'Junio C Hamano
2021-09-07range-diff: avoid segfault with -IRené Scharfe
2021-08-30Merge branch 'jk/range-diff-fixes'Junio C Hamano
2021-08-10range-diff: use ssize_t for parsed "len" in read_patches()Jeff King
2021-08-10range-diff: handle unterminated lines in read_patches()Jeff King
2021-08-10range-diff: drop useless "offset" variable from read_patches()Jeff King
2021-07-13Merge branch 'ab/pickaxe-pcre2'Junio C Hamano
2021-05-11xdiff-interface: prepare for allowing early returnÆvar Arnfjörð Bjarmason
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-18Merge branch 'js/range-diff-one-side-only'Junio C Hamano
2021-02-07range-diff/format-patch: handle commit ranges other than A..BJohannes Schindelin
2021-02-07range-diff: offer --left-only/--right-only optionsJohannes Schindelin
2021-02-07range-diff: move the diffopt initialization down one layerJohannes Schindelin
2021-02-07range-diff: combine all options in a single data structureJohannes Schindelin
2021-02-05range-diff: simplify code spawning `git log`Johannes Schindelin
2021-02-05range-diff: libify the read_patches() function againJohannes Schindelin
2021-02-05range-diff: avoid leaking memory in two error code pathsJohannes Schindelin
2021-01-28range-diff/format-patch: refactor check for commit rangeJohannes Schindelin
2020-11-11Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-04-16range-diff: avoid negative string precisionVasil Dimov
2020-04-16range-diff: fix a crash in parsing git-log outputVasil Dimov
2019-12-06range-diff: mark pointers as constDenton Liu
2019-11-21range-diff: pass through --notes to `git log`Denton Liu
2019-11-21range-diff: output `## Notes ##` headerDenton Liu
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-10-03range-diff: internally force `diff.noprefix=true`Johannes Schindelin
2019-07-11range-diff: add headers to the outer hunk headerThomas Gummerer
2019-07-11range-diff: add filename to inner diffThomas Gummerer
2019-07-11range-diff: add section header instead of diff headerThomas Gummerer
2019-07-11range-diff: suppress line count in outer diffThomas Gummerer
2019-07-11range-diff: don't remove funcname from inner diffThomas Gummerer
2019-07-11range-diff: split lines manuallyThomas Gummerer