| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-14 | Merge branch 'kh/format-patch-range-diff-notes' | Junio C Hamano | 1 | -8/+8 |
| 2025-09-29 | Merge branch 'jk/color-variable-fixes' | Junio C Hamano | 1 | -1/+2 |
| 2025-09-25 | range-diff: rename other_arg to log_arg | Kristoffer Haugsbakk | 1 | -8/+8 |
| 2025-09-16 | color: use GIT_COLOR_* instead of numeric constants | Jeff King | 1 | -1/+2 |
| 2025-08-29 | range-diff: add configurable memory limit for cost matrix | Paulo Casaretto | 1 | -0/+21 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-23 | Merge branch 'js/range-diff-diff-merges' | Junio C Hamano | 1 | -0/+12 |
| 2024-12-16 | range-diff: introduce the convenience option `--remerge-diff` | Johannes Schindelin | 1 | -0/+2 |
| 2024-12-16 | range-diff: optionally include merge commits' diffs in the analysis | Johannes Schindelin | 1 | -0/+10 |
| 2024-12-06 | diff.h: fix index used to loop through unsigned integer | Patrick Steinhardt | 1 | -1/+0 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -1/+2 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-06-21 | diff.h: remove unnecessary include of oidset.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 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 "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2022-12-02 | diff: factor out add_diff_options() | René Scharfe | 1 | -1/+1 |
| 2022-08-26 | range-diff: optionally accept pathspecs | Johannes Schindelin | 1 | -15/+51 |
| 2022-08-26 | range-diff: consistently validate the arguments | Johannes Schindelin | 1 | -12/+29 |
| 2022-08-26 | range-diff: reorder argument handling | Johannes Schindelin | 1 | -4/+4 |
| 2021-03-29 | column, range-diff: downcase option description | Chinmoy Chakraborty | 1 | -1/+1 |
| 2021-02-17 | Merge branch 'js/range-diff-one-side-only' | Junio C Hamano | 1 | -5/+16 |
| 2021-02-06 | range-diff: offer --left-only/--right-only options | Johannes Schindelin | 1 | -1/+7 |
| 2021-02-06 | range-diff: combine all options in a single data structure | Johannes Schindelin | 1 | -4/+9 |
| 2021-01-27 | range-diff/format-patch: refactor check for commit range | Johannes Schindelin | 1 | -4/+5 |
| 2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -2/+2 |
| 2019-12-06 | range-diff: clear `other_arg` at end of function | Denton Liu | 1 | -0/+1 |
| 2019-11-21 | range-diff: pass through --notes to `git log` | Denton Liu | 1 | -1/+5 |
| 2019-05-13 | builtin: consistently pass cmd_* prefix to parse_options | Jeff King | 1 | -1/+1 |
| 2019-03-24 | range-diff: use parse_options() instead of diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -20/+6 |
| 2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
| 2018-09-21 | diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-09-17 | Merge branch 'es/format-patch-rangediff' | Junio C Hamano | 1 | -20/+5 |
| 2018-08-27 | range-diff: update stale summary of --no-dual-color | Kyle Meyer | 1 | -1/+1 |
| 2018-08-14 | range-diff: relieve callers of low-level configuration burden | Eric Sunshine | 1 | -19/+4 |
| 2018-08-14 | range-diff: publish default creation factor | Eric Sunshine | 1 | -1/+1 |
| 2018-08-13 | range-diff: make --dual-color the default mode | Johannes Schindelin | 1 | -4/+6 |
| 2018-08-13 | range-diff: offer to dual-color the diffs | Johannes Schindelin | 1 | -0/+8 |
| 2018-08-13 | range-diff: suppress the diff headers | Johannes Schindelin | 1 | -0/+1 |
| 2018-08-13 | range-diff: indent the diffs just like tbdiff | Johannes Schindelin | 1 | -0/+10 |
| 2018-08-13 | range-diff: also show the diff between patches | Johannes Schindelin | 1 | -2/+29 |
| 2018-08-13 | range-diff: first rudimentary implementation | Johannes Schindelin | 1 | -1/+44 |
| 2018-08-13 | Introduce `range-diff` to compare iterations of a topic branch | Johannes Schindelin | 1 | -0/+25 |