| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-08-14 | userdiff: fix leaking memory for configured diff drivers | Patrick Steinhardt | 1 | -2/+4 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2023-09-29 | Merge branch 'kh/range-diff-notes' | Junio C Hamano | 1 | -1/+1 |
| 2023-09-19 | range-diff: treat notes like `log` | Kristoffer Haugsbakk | 1 | -1/+1 |
| 2023-08-19 | hashmap: use expected signatures for comparison functions | Jeff King | 1 | -4/+7 |
| 2023-06-21 | diff.h: remove unnecessary include of oidset.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | treewide: remove cache.h inclusion due to previous changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | pager.h: move declarations for pager.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -6/+6 |
| 2023-03-28 | cocci: apply the "revision.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "diff.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-28 | range-diff: avoid compiler warning when char is unsigned | René Scharfe | 1 | -1/+1 |
| 2023-02-21 | range-diff: let '--abbrev' option takes effect | Teng Long | 1 | -4/+7 |
| 2022-12-13 | diff: mark unused parameters in callbacks | Jeff King | 1 | -4/+8 |
| 2022-09-14 | Merge branch 'ab/unused-annotation' | Junio C Hamano | 1 | -1/+1 |
| 2022-09-14 | Merge branch 'jk/unused-annotation' | Junio C Hamano | 1 | -2/+4 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-08-26 | range-diff: optionally accept pathspecs | Johannes Schindelin | 1 | -1/+1 |
| 2022-08-19 | hashmap: mark unused callback parameters | Jeff King | 1 | -2/+4 |
| 2022-06-13 | Merge branch 'pb/range-diff-with-submodule' | Junio C Hamano | 1 | -1/+1 |
| 2022-06-06 | range-diff: show submodule changes irrespective of diff.submodule | Philippe Blain | 1 | -1/+1 |
| 2022-04-13 | revision.[ch]: provide and start using a release_revisions() | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-03-04 | range-diff: plug memory leak in read_patches() | Ævar Arnfjörð Bjarmason | 1 | -17/+12 |
| 2022-03-04 | range-diff: plug memory leak in common invocation | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-01-05 | i18n: refactor "foo and bar are mutually exclusive" | Jean-Noël Avila | 1 | -1/+1 |
| 2021-09-15 | Merge branch 'rs/range-diff-avoid-segfault-with-I' | Junio C Hamano | 1 | -0/+3 |
| 2021-09-07 | range-diff: avoid segfault with -I | René Scharfe | 1 | -0/+3 |
| 2021-08-30 | Merge branch 'jk/range-diff-fixes' | Junio C Hamano | 1 | -16/+13 |
| 2021-08-10 | range-diff: use ssize_t for parsed "len" in read_patches() | Jeff King | 1 | -1/+1 |
| 2021-08-10 | range-diff: handle unterminated lines in read_patches() | Jeff King | 1 | -14/+11 |
| 2021-08-10 | range-diff: drop useless "offset" variable from read_patches() | Jeff King | 1 | -2/+2 |
| 2021-07-13 | Merge branch 'ab/pickaxe-pcre2' | Junio C Hamano | 1 | -1/+2 |
| 2021-05-11 | xdiff-interface: prepare for allowing early return | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2021-04-27 | hash: provide per-algorithm null OIDs | brian m. carlson | 1 | -1/+1 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
| 2021-02-17 | Merge branch 'js/range-diff-one-side-only' | Junio C Hamano | 1 | -46/+55 |
| 2021-02-06 | range-diff/format-patch: handle commit ranges other than A..B | Johannes Schindelin | 1 | -1/+25 |
| 2021-02-06 | range-diff: offer --left-only/--right-only options | Johannes Schindelin | 1 | -3/+8 |
| 2021-02-06 | range-diff: move the diffopt initialization down one layer | Johannes Schindelin | 1 | -33/+31 |
| 2021-02-06 | range-diff: combine all options in a single data structure | Johannes Schindelin | 1 | -9/+9 |
| 2021-02-04 | range-diff: simplify code spawning `git log` | Johannes Schindelin | 1 | -5/+2 |
| 2021-02-04 | range-diff: libify the read_patches() function again | Johannes Schindelin | 1 | -3/+10 |
| 2021-02-04 | range-diff: avoid leaking memory in two error code paths | Johannes Schindelin | 1 | -0/+2 |
| 2021-01-27 | range-diff/format-patch: refactor check for commit range | Johannes Schindelin | 1 | -0/+5 |
| 2020-11-11 | Use new HASHMAP_INIT macro to simplify hashmap initialization | Elijah Newren | 1 | -3/+1 |
| 2020-11-02 | hashmap: provide deallocation function names | Elijah Newren | 1 | -1/+1 |
| 2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
| 2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -14/+14 |
| 2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -5/+5 |
| 2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
| 2020-04-15 | range-diff: avoid negative string precision | Vasil Dimov | 1 | -1/+4 |
| 2020-04-15 | range-diff: fix a crash in parsing git-log output | Vasil Dimov | 1 | -0/+13 |
| 2019-12-06 | range-diff: mark pointers as const | Denton Liu | 1 | -3/+3 |
| 2019-11-21 | range-diff: pass through --notes to `git log` | Denton Liu | 1 | -5/+10 |
| 2019-11-21 | range-diff: output `## Notes ##` header | Denton Liu | 1 | -0/+6 |
| 2019-10-15 | Merge branch 'ew/hashmap' | Junio C Hamano | 1 | -5/+5 |
| 2019-10-07 | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 1 | -3/+1 |
| 2019-10-07 | hashmap: introduce hashmap_free_entries | Eric Wong | 1 | -1/+1 |
| 2019-10-07 | hashmap: hashmap_{put,remove} return hashmap_entry * | Eric Wong | 1 | -1/+3 |
| 2019-10-07 | hashmap_remove takes "const struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
| 2019-10-07 | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
| 2019-10-07 | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 1 | -2/+2 |
| 2019-10-03 | range-diff: internally force `diff.noprefix=true` | Johannes Schindelin | 1 | -1/+2 |
| 2019-07-11 | range-diff: add headers to the outer hunk header | Thomas Gummerer | 1 | -3/+6 |
| 2019-07-11 | range-diff: add filename to inner diff | Thomas Gummerer | 1 | -2/+13 |
| 2019-07-11 | range-diff: add section header instead of diff header | Thomas Gummerer | 1 | -7/+27 |
| 2019-07-11 | range-diff: suppress line count in outer diff | Thomas Gummerer | 1 | -0/+1 |
| 2019-07-11 | range-diff: don't remove funcname from inner diff | Thomas Gummerer | 1 | -3/+4 |
| 2019-07-11 | range-diff: split lines manually | Thomas Gummerer | 1 | -26/+42 |
| 2019-07-11 | range-diff: fix function parameter indentation | Thomas Gummerer | 1 | -2/+2 |
| 2018-11-30 | format-patch: do not let its diff-options affect --range-diff | Junio C Hamano | 1 | -1/+5 |
| 2018-11-18 | Merge branch 'ab/range-diff-no-patch' | Junio C Hamano | 1 | -1/+2 |
| 2018-11-14 | range-diff: make diff option behavior (e.g. --stat) consistent | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2018-11-13 | Merge branch 'jk/xdiff-interface' | Junio C Hamano | 1 | -1/+9 |
| 2018-11-12 | range-diff: fix regression in passing along diff options | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2018-11-05 | range-diff: use a hunk callback | Jeff King | 1 | -1/+9 |
| 2018-11-02 | xdiff-interface: provide a separate consume callback for hunks | Jeff King | 1 | -1/+1 |
| 2018-10-25 | range-diff: allow to diff files regardless of submodule config | Lucas De Marchi | 1 | -1/+1 |
| 2018-09-17 | Merge branch 'es/format-patch-rangediff' | Junio C Hamano | 1 | -3/+23 |
| 2018-08-20 | range-diff: indent special lines as context | Stefan Beller | 1 | -0/+2 |
| 2018-08-20 | range-diff: make use of different output indicators | Stefan Beller | 1 | -1/+19 |
| 2018-08-14 | range-diff: relieve callers of low-level configuration burden | Eric Sunshine | 1 | -2/+22 |
| 2018-08-14 | range-diff: respect diff_option.file rather than assuming 'stdout' | Eric Sunshine | 1 | -1/+1 |
| 2018-08-13 | range-diff: left-pad patch numbers | Johannes Schindelin | 1 | -7/+9 |
| 2018-08-13 | range-diff: use color for the commit pairs | Johannes Schindelin | 1 | -13/+38 |
| 2018-08-13 | range-diff: do not show "function names" in hunk headers | Johannes Schindelin | 1 | -0/+6 |
| 2018-08-13 | range-diff: adjust the output of the commit pairs | Johannes Schindelin | 1 | -9/+50 |
| 2018-08-13 | range-diff: right-trim commit messages | Johannes Schindelin | 1 | -0/+1 |
| 2018-08-13 | range-diff: also show the diff between patches | Johannes Schindelin | 1 | -3/+31 |
| 2018-08-13 | range-diff: improve the order of the shown commits | Johannes Schindelin | 1 | -19/+40 |
| 2018-08-13 | range-diff: first rudimentary implementation | Johannes Schindelin | 1 | -0/+311 |