summaryrefslogtreecommitdiffstats
path: root/range-diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/pickaxe-pcre2'Junio C Hamano2021-07-131-1/+2
|\
| * xdiff-interface: prepare for allowing early returnÆvar Arnfjörð Bjarmason2021-05-111-1/+2
* | hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
|/
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* Merge branch 'js/range-diff-one-side-only'Junio C Hamano2021-02-171-46/+55
|\
| * range-diff: offer --left-only/--right-only optionsJohannes Schindelin2021-02-061-3/+8
| * range-diff: move the diffopt initialization down one layerJohannes Schindelin2021-02-061-33/+31
| * range-diff: combine all options in a single data structureJohannes Schindelin2021-02-061-9/+9
| * range-diff: simplify code spawning `git log`Johannes Schindelin2021-02-041-5/+2
| * range-diff: libify the read_patches() function againJohannes Schindelin2021-02-041-3/+10
| * range-diff: avoid leaking memory in two error code pathsJohannes Schindelin2021-02-041-0/+2
* | range-diff/format-patch: handle commit ranges other than A..BJohannes Schindelin2021-02-061-1/+25
* | range-diff/format-patch: refactor check for commit rangeJohannes Schindelin2021-01-271-0/+5
|/
* Use new HASHMAP_INIT macro to simplify hashmap initializationElijah Newren2020-11-111-3/+1
* hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
* strvec: rename struct fieldsJeff King2020-07-301-1/+1
* strvec: fix indentation in renamed callsJeff King2020-07-281-14/+14
* strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-5/+5
* strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
* range-diff: avoid negative string precisionVasil Dimov2020-04-151-1/+4
* range-diff: fix a crash in parsing git-log outputVasil Dimov2020-04-151-0/+13
* range-diff: mark pointers as constDenton Liu2019-12-061-3/+3
* range-diff: pass through --notes to `git log`Denton Liu2019-11-211-5/+10
* range-diff: output `## Notes ##` headerDenton Liu2019-11-211-0/+6
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-5/+5
|\
| * hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-3/+1
| * hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-1/+1
| * hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong2019-10-071-1/+3
| * hashmap_remove takes "const struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-2/+2
* | range-diff: internally force `diff.noprefix=true`Johannes Schindelin2019-10-031-1/+2
|/
* range-diff: add headers to the outer hunk headerThomas Gummerer2019-07-111-3/+6
* range-diff: add filename to inner diffThomas Gummerer2019-07-111-2/+13
* range-diff: add section header instead of diff headerThomas Gummerer2019-07-111-7/+27
* range-diff: suppress line count in outer diffThomas Gummerer2019-07-111-0/+1
* range-diff: don't remove funcname from inner diffThomas Gummerer2019-07-111-3/+4
* range-diff: split lines manuallyThomas Gummerer2019-07-111-26/+42
* range-diff: fix function parameter indentationThomas Gummerer2019-07-111-2/+2
* format-patch: do not let its diff-options affect --range-diffJunio C Hamano2018-11-301-1/+5
* Merge branch 'ab/range-diff-no-patch'Junio C Hamano2018-11-181-1/+2
|\
| * range-diff: make diff option behavior (e.g. --stat) consistentÆvar Arnfjörð Bjarmason2018-11-141-1/+2
| * range-diff: fix regression in passing along diff optionsÆvar Arnfjörð Bjarmason2018-11-121-1/+1
* | Merge branch 'jk/xdiff-interface'Junio C Hamano2018-11-131-1/+9
|\ \
| * | range-diff: use a hunk callbackJeff King2018-11-051-1/+9
| * | xdiff-interface: provide a separate consume callback for hunksJeff King2018-11-021-1/+1
* | | range-diff: allow to diff files regardless of submodule configLucas De Marchi2018-10-251-1/+1
* | | Merge branch 'es/format-patch-rangediff'Junio C Hamano2018-09-171-3/+23
|\ \ \ | | |/ | |/|
| * | range-diff: relieve callers of low-level configuration burdenEric Sunshine2018-08-141-2/+22
| * | range-diff: respect diff_option.file rather than assuming 'stdout'Eric Sunshine2018-08-141-1/+1
| |/