| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-10-06 | Merge branch 'pw/rebase-of-a-tag-fix' | Junio C Hamano | 1 | -28/+21 |
| 2021-09-22 | rebase: dereference tags | Phillip Wood | 1 | -6/+8 |
| 2021-09-22 | rebase: use lookup_commit_reference_by_name() | Phillip Wood | 1 | -13/+4 |
| 2021-09-22 | rebase: use our standard error return value | Phillip Wood | 1 | -9/+9 |
| 2021-09-20 | Merge branch 'js/run-command-close-packs' | Junio C Hamano | 1 | -1/+0 |
| 2021-09-20 | Merge branch 'ds/mergies-with-sparse-index' | Junio C Hamano | 1 | -0/+6 |
| 2021-09-10 | Merge branch 'js/advise-when-skipping-cherry-picked' | Junio C Hamano | 1 | -0/+1 |
| 2021-09-09 | sparse-index: integrate with cherry-pick and rebase | Derrick Stolee | 1 | -0/+6 |
| 2021-09-09 | run_auto_maintenance(): implicitly close the object store | Johannes Schindelin | 1 | -1/+0 |
| 2021-09-08 | Merge branch 'ab/rebase-fatal-fatal-fix' | Junio C Hamano | 1 | -1/+1 |
| 2021-08-30 | sequencer: advise if skipping cherry-picked commit | Josh Steadmon | 1 | -0/+1 |
| 2021-08-30 | Merge branch 'en/ort-becomes-the-default' | Junio C Hamano | 1 | -1/+1 |
| 2021-08-24 | rebase: emit one "fatal" in "fatal: fatal: <error>" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-08-05 | Change default merge backend from recursive to ort | Elijah Newren | 1 | -1/+1 |
| 2021-07-26 | builtin/rebase: fix options.strategy memory lifecycle | Andrzej Hunt | 1 | -1/+2 |
| 2021-05-10 | Merge branch 'bc/hash-transition-interop-part-1' | Junio C Hamano | 1 | -2/+2 |
| 2021-05-07 | Merge branch 'ah/plugleaks' | Junio C Hamano | 1 | -0/+1 |
| 2021-04-28 | builtin/rebase: release git_format_patch_opt too | Andrzej Hunt | 1 | -0/+1 |
| 2021-04-27 | hash: provide per-algorithm null OIDs | brian m. carlson | 1 | -2/+2 |
| 2021-04-16 | Merge branch 'en/ort-readiness' | Junio C Hamano | 1 | -0/+1 |
| 2021-03-23 | rebase: remove transitory rebase.useBuiltin setting & env | Ævar Arnfjörð Bjarmason | 1 | -11/+0 |
| 2021-03-20 | merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict | Elijah Newren | 1 | -0/+1 |
| 2021-02-24 | rebase: add a config option for --no-fork-point | Alex Henrie | 1 | -7/+13 |
| 2021-01-15 | Merge branch 'rs/rebase-commit-validation' | Junio C Hamano | 1 | -1/+3 |
| 2021-01-04 | rebase: verify commit parameter | René Scharfe | 1 | -1/+3 |
| 2020-11-18 | Merge branch 'en/merge-ort-api-null-impl' | Junio C Hamano | 1 | -1/+12 |
| 2020-11-18 | Merge branch 'pw/rebase-i-orig-head' | Junio C Hamano | 1 | -10/+10 |
| 2020-11-04 | rebase -i: simplify get_revision_ranges() | Phillip Wood | 1 | -6/+4 |
| 2020-11-04 | rebase -i: use struct object_id when writing state | Phillip Wood | 1 | -2/+3 |
| 2020-11-04 | rebase -i: use struct object_id rather than looking up commit | Phillip Wood | 1 | -2/+3 |
| 2020-11-04 | rebase -i: stop overwriting ORIG_HEAD buffer | Phillip Wood | 1 | -5/+5 |
| 2020-11-02 | merge,rebase,revert: select ort or recursive by config or environment | Elijah Newren | 1 | -1/+12 |
| 2020-10-20 | Documentation: stylistically normalize references to Signed-off-by: | Bradley M. Kuhn | 1 | -1/+1 |
| 2020-09-25 | Merge branch 'ds/maintenance-part-1' | Junio C Hamano | 1 | -2/+2 |
| 2020-09-17 | maintenance: replace run_auto_gc() | Derrick Stolee | 1 | -2/+2 |
| 2020-09-03 | Merge branch 'pw/rebase-i-more-options' | Junio C Hamano | 1 | -11/+36 |
| 2020-08-19 | rebase: add --reset-author-date | Rohit Ashiwal | 1 | -1/+3 |
| 2020-08-19 | rebase -i: support --ignore-date | Phillip Wood | 1 | -5/+8 |
| 2020-08-17 | rebase -i: support --committer-date-is-author-date | Phillip Wood | 1 | -5/+12 |
| 2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -8/+8 |
| 2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -7/+7 |
| 2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -30/+30 |
| 2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
| 2020-07-13 | rebase -i: add --ignore-whitespace flag | Rohit Ashiwal | 1 | -3/+16 |
| 2020-05-13 | Merge branch 'jc/auto-gc-quiet' | Junio C Hamano | 1 | -2/+1 |
| 2020-05-07 | auto-gc: pass --quiet down from am, commit, merge and rebase | Junio C Hamano | 1 | -2/+1 |
| 2020-05-05 | Merge branch 'dl/opt-callback-cleanup' | Junio C Hamano | 1 | -10/+10 |
| 2020-05-01 | Merge branch 'en/rebase-root-and-fork-point-are-incompatible' | Junio C Hamano | 1 | -0/+3 |
| 2020-04-29 | Merge branch 'dl/merge-autostash-rebase-quit-fix' | Junio C Hamano | 1 | -0/+1 |
| 2020-04-29 | Merge branch 'dl/merge-autostash' | Junio C Hamano | 1 | -264/+44 |
| 2020-04-28 | rebase: save autostash entry into stash reflog on --quit | Denton Liu | 1 | -0/+1 |
| 2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -10/+10 |
| 2020-04-27 | rebase: display an error if --root and --fork-point are both provided | Elijah Newren | 1 | -0/+3 |
| 2020-04-22 | Merge branch 'jt/rebase-allow-duplicate' | Junio C Hamano | 1 | -0/+7 |
| 2020-04-22 | Merge branch 'en/rebase-no-keep-empty' | Junio C Hamano | 1 | -7/+10 |
| 2020-04-22 | Merge branch 'dd/no-gpg-sign' | Junio C Hamano | 1 | -3/+4 |
| 2020-04-11 | rebase --merge: optionally skip upstreamed commits | Jonathan Tan | 1 | -0/+7 |
| 2020-04-11 | rebase: fix an incompatible-options error message | Elijah Newren | 1 | -1/+1 |
| 2020-04-11 | rebase: reinstate --no-keep-empty | Elijah Newren | 1 | -6/+9 |
| 2020-04-10 | merge: teach --autostash option | Denton Liu | 1 | -2/+1 |
| 2020-04-10 | sequencer: extract perform_autostash() from rebase | Denton Liu | 1 | -49/+0 |
| 2020-04-10 | rebase: generify create_autostash() | Denton Liu | 1 | -16/+16 |
| 2020-04-10 | rebase: extract create_autostash() | Denton Liu | 1 | -44/+50 |
| 2020-04-10 | reset: extract reset_head() from rebase | Denton Liu | 1 | -138/+1 |
| 2020-04-10 | rebase: generify reset_head() | Denton Liu | 1 | -27/+37 |
| 2020-04-10 | rebase: use apply_autostash() from sequencer.c | Denton Liu | 1 | -47/+2 |
| 2020-04-10 | rebase: use read_oneliner() | Denton Liu | 1 | -20/+17 |
| 2020-04-03 | rebase.c: honour --no-gpg-sign | Đoàn Trần Công Danh | 1 | -3/+4 |
| 2020-03-26 | Merge branch 'bc/filter-process' | Junio C Hamano | 1 | -0/+1 |
| 2020-03-16 | builtin/rebase: compute checkout metadata for rebases | brian m. carlson | 1 | -0/+1 |
| 2020-03-12 | Merge branch 'en/rebase-backend' | Junio C Hamano | 1 | -1/+1 |
| 2020-03-11 | i18n: unmark a message in rebase.c | Jiang Xin | 1 | -1/+1 |
| 2020-03-05 | Merge branch 'ag/rebase-remove-redundant-code' | Junio C Hamano | 1 | -9/+1 |
| 2020-03-05 | Merge branch 'es/do-not-let-rebase-switch-to-protected-branch' | Junio C Hamano | 1 | -2/+3 |
| 2020-03-02 | Merge branch 'en/rebase-backend' | Junio C Hamano | 1 | -78/+179 |
| 2020-02-26 | builtin/rebase: remove a call to get_oid() on `options.switch_to' | Alban Gruin | 1 | -9/+1 |
| 2020-02-24 | rebase: refuse to switch to branch already checked out elsewhere | Eric Sunshine | 1 | -2/+3 |
| 2020-02-16 | rebase: rename the two primary rebase backends | Elijah Newren | 1 | -52/+47 |
| 2020-02-16 | rebase: change the default backend from "am" to "merge" | Elijah Newren | 1 | -2/+2 |
| 2020-02-16 | rebase: make the backend configurable via config setting | Elijah Newren | 1 | -7/+24 |
| 2020-02-16 | rebase: drop '-i' from the reflog for interactive-based rebases | Elijah Newren | 1 | -1/+1 |
| 2020-02-16 | rebase: add an --am option | Elijah Newren | 1 | -1/+17 |
| 2020-02-16 | rebase: move incompatibility checks between backend options a bit earlier | Elijah Newren | 1 | -11/+11 |
| 2020-02-16 | rebase: allow more types of rebases to fast-forward | Elijah Newren | 1 | -4/+14 |
| 2020-02-16 | rebase: fix handling of restrict_revision | Elijah Newren | 1 | -2/+2 |
| 2020-02-16 | rebase: make sure to pass along the quiet flag to the sequencer | Elijah Newren | 1 | -1/+2 |
| 2020-02-16 | rebase, sequencer: remove the broken GIT_QUIET handling | Elijah Newren | 1 | -4/+2 |
| 2020-02-16 | rebase (interactive-backend): fix handling of commits that become empty | Elijah Newren | 1 | -0/+52 |
| 2020-02-16 | rebase (interactive-backend): make --keep-empty the default | Elijah Newren | 1 | -9/+19 |
| 2020-02-14 | Merge branch 'ag/rebase-avoid-unneeded-checkout' | Junio C Hamano | 1 | -13/+5 |
| 2020-01-24 | rebase -i: stop checking out the tip of the branch to rebase | Alban Gruin | 1 | -13/+5 |
| 2020-01-17 | git-rebase.txt: update description of --allow-empty-message | Elijah Newren | 1 | -5/+7 |
| 2020-01-12 | Revert "Merge branch 'ra/rebase-i-more-options'" | Junio C Hamano | 1 | -37/+12 |
| 2020-01-02 | Merge branch 'en/rebase-signoff-fix' | Junio C Hamano | 1 | -1/+1 |
| 2019-12-20 | rebase: fix saving of --signoff state for am-based rebases | Elijah Newren | 1 | -1/+1 |
| 2019-12-16 | Merge branch 'dl/rebase-with-autobase' | Junio C Hamano | 1 | -1/+2 |
| 2019-12-16 | Merge branch 'ag/sequencer-todo-updates' | Junio C Hamano | 1 | -0/+6 |
| 2019-12-10 | Merge branch 'ra/rebase-i-more-options' | Junio C Hamano | 1 | -12/+36 |
| 2019-12-05 | rebase: fix format.useAutoBase breakage | Denton Liu | 1 | -1/+2 |
| 2019-11-25 | rebase -i: finishing touches to --reset-author-date | Junio C Hamano | 1 | -3/+3 |
| 2019-11-25 | rebase: fill `squash_onto' in get_replay_opts() | Alban Gruin | 1 | -0/+5 |
| 2019-11-10 | Merge branch 'js/rebase-deprecate-preserve-merges' | Junio C Hamano | 1 | -3/+4 |
| 2019-11-02 | rebase: add --reset-author-date | Rohit Ashiwal | 1 | -0/+2 |
| 2019-11-02 | rebase -i: support --ignore-date | Rohit Ashiwal | 1 | -5/+9 |
| 2019-11-02 | rebase -i: support --committer-date-is-author-date | Rohit Ashiwal | 1 | -5/+12 |
| 2019-11-02 | rebase -i: add --ignore-whitespace flag | Rohit Ashiwal | 1 | -4/+15 |
| 2019-10-21 | rebase: hide --preserve-merges option | Denton Liu | 1 | -3/+4 |
| 2019-09-30 | Merge branch 'bw/rebase-autostash-keep-current-branch' | Junio C Hamano | 1 | -12/+1 |
| 2019-09-30 | Merge branch 'dl/rebase-i-keep-base' | Junio C Hamano | 1 | -22/+62 |
| 2019-09-18 | Merge branch 'js/rebase-r-strategy' | Junio C Hamano | 1 | -11/+5 |
| 2019-09-07 | builtin/rebase.c: Remove pointless message | Ben Wijen | 1 | -15/+1 |
| 2019-09-07 | builtin/rebase.c: make sure the active branch isn't moved when autostashing | Ben Wijen | 1 | -3/+6 |
| 2019-08-27 | rebase: teach rebase --keep-base | Denton Liu | 1 | -6/+26 |
| 2019-08-27 | rebase: fast-forward --fork-point in more cases | Denton Liu | 1 | -3/+7 |
| 2019-08-27 | rebase: fast-forward --onto in more cases | Denton Liu | 1 | -8/+19 |
| 2019-08-27 | rebase: refactor can_fast_forward into goto tower | Denton Liu | 1 | -8/+13 |
| 2019-07-31 | rebase -r: do not (re-)generate root commits with `--root` *and* `--onto` | Johannes Schindelin | 1 | -2/+5 |
| 2019-07-31 | rebase -r: support merge strategies other than `recursive` | Johannes Schindelin | 1 | -9/+0 |
| 2019-07-31 | rebase: fold git-rebase--common into the -p backend | Johannes Schindelin | 1 | -2/+1 |
| 2019-07-31 | Drop unused git-rebase--am.sh | Johannes Schindelin | 1 | -4/+0 |
| 2019-07-29 | Merge branch 'js/rebase-cleanup' | Junio C Hamano | 1 | -5/+1 |
| 2019-07-29 | Merge branch 'ds/close-object-store' into maint | Junio C Hamano | 1 | -1/+1 |
| 2019-07-29 | Merge branch 'pw/rebase-abort-clean-rewritten' into maint | Junio C Hamano | 1 | -10/+29 |
| 2019-07-29 | Merge branch 'js/rebase-reschedule-applies-only-to-interactive' into maint | Junio C Hamano | 1 | -3/+7 |
| 2019-07-25 | git: mark cmd_rebase as requiring a worktree | Johannes Schindelin | 1 | -4/+0 |
| 2019-07-25 | rebase: fix white-space | Johannes Schindelin | 1 | -1/+1 |
| 2019-07-19 | Merge branch 'nd/tree-walk-with-repo' | Junio C Hamano | 1 | -2/+2 |
| 2019-07-11 | Merge branch 'js/rebase-reschedule-applies-only-to-interactive' | Junio C Hamano | 1 | -3/+7 |
| 2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -2/+2 |
| 2019-07-09 | Merge branch 'pw/rebase-abort-clean-rewritten' | Junio C Hamano | 1 | -10/+29 |
| 2019-07-09 | Merge branch 'ds/close-object-store' | Junio C Hamano | 1 | -1/+1 |
| 2019-07-01 | rebase --am: ignore rebase.rescheduleFailedExec | Johannes Schindelin | 1 | -3/+7 |
| 2019-06-27 | tree-walk.c: remove the_repo from fill_tree_descriptor() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2019-06-13 | Merge branch 'js/rebase-cleanup' | Junio C Hamano | 1 | -6/+1 |
| 2019-06-13 | Merge branch 'jk/unused-params-final-batch' | Junio C Hamano | 1 | -1/+1 |
| 2019-06-12 | packfile: rename close_all_packs to close_object_store | Derrick Stolee | 1 | -1/+1 |
| 2019-05-30 | Merge branch 'js/rebase-config-bitfix' | Junio C Hamano | 1 | -1/+1 |
| 2019-05-28 | rebase: replace incorrect logical negation by correct bitwise one | Johannes Schindelin | 1 | -1/+1 |
| 2019-05-15 | rebase --abort/--quit: cleanup refs/rewritten | Phillip Wood | 1 | -9/+25 |
| 2019-05-15 | rebase: warn if state directory cannot be removed | Phillip Wood | 1 | -3/+5 |
| 2019-05-15 | rebase: fix a memory leak | Phillip Wood | 1 | -0/+1 |
| 2019-05-15 | rebase: fold git-rebase--common into the -p backend | Johannes Schindelin | 1 | -2/+1 |
| 2019-05-15 | Drop unused git-rebase--am.sh | Johannes Schindelin | 1 | -4/+0 |
| 2019-05-13 | Merge branch 'pw/rebase-i-internal' | Junio C Hamano | 1 | -113/+465 |
| 2019-05-09 | Merge branch 'nd/sha1-name-c-wo-the-repository' | Junio C Hamano | 1 | -3/+2 |
| 2019-04-19 | rebase -i: run without forking rebase--interactive | Phillip Wood | 1 | -135/+86 |
| 2019-04-19 | rebase: use a common action enum | Phillip Wood | 1 | -43/+48 |
| 2019-04-19 | rebase -i: use struct rebase_options in do_interactive_rebase() | Phillip Wood | 1 | -33/+36 |
| 2019-04-19 | rebase -i: use struct rebase_options to parse args | Phillip Wood | 1 | -91/+112 |
| 2019-04-19 | rebase -i: use struct object_id for squash_onto | Phillip Wood | 1 | -8/+13 |
| 2019-04-19 | rebase -i: use struct commit when parsing options | Phillip Wood | 1 | -18/+24 |
| 2019-04-19 | rebase -i: remove duplication | Phillip Wood | 1 | -3/+2 |
| 2019-04-19 | rebase -i: combine rebase--interactive.c with rebase.c | Phillip Wood | 1 | -0/+367 |
| 2019-04-19 | rebase: use OPT_RERERE_AUTOUPDATE() | Phillip Wood | 1 | -17/+13 |
| 2019-04-19 | rebase: rename write_basic_state() | Phillip Wood | 1 | -2/+2 |
| 2019-04-19 | rebase: don't translate trace strings | Phillip Wood | 1 | -8/+7 |
| 2019-04-16 | Merge branch 'ab/drop-scripted-rebase' | Junio C Hamano | 1 | -39/+11 |
| 2019-04-10 | Merge branch 'js/rebase-deprecate-preserve-merges' | Junio C Hamano | 1 | -2/+6 |
| 2019-04-08 | builtin rebase: use oideq() | SZEDER Gábor | 1 | -1/+1 |
| 2019-04-08 | builtin rebase: use FREE_AND_NULL | SZEDER Gábor | 1 | -2/+1 |
| 2019-04-02 | checkout: inform the user when removing branch state | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2019-03-20 | Merge branch 'js/rebase-orig-head-fix' | Junio C Hamano | 1 | -16/+22 |
| 2019-03-20 | rebase: remove the rebase.useBuiltin setting | Ævar Arnfjörð Bjarmason | 1 | -39/+11 |
| 2019-03-12 | rebase: deprecate --preserve-merges | Johannes Schindelin | 1 | -2/+6 |
| 2019-03-04 | built-in rebase: set ORIG_HEAD just once, before the rebase | Johannes Schindelin | 1 | -13/+18 |
| 2019-03-04 | built-in rebase: use the correct reflog when switching branches | Johannes Schindelin | 1 | -1/+1 |
| 2019-03-04 | built-in rebase: no need to check out `onto` twice | Johannes Schindelin | 1 | -2/+2 |
| 2019-02-22 | trace2:data: add subverb for rebase | Jeff Hostetler | 1 | -0/+17 |
| 2019-02-11 | Fix typos in translatable strings for v2.21.0 | Jean-Noël Avila | 1 | -1/+1 |
| 2019-02-08 | Merge branch 'js/rebase-i-redo-exec-fix' | Junio C Hamano | 1 | -21/+0 |
| 2019-02-06 | Merge branch 'pw/rebase-x-sanity-check' | Junio C Hamano | 1 | -0/+17 |
| 2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -7/+7 |
| 2019-02-06 | Merge branch 'js/rebase-am' | Junio C Hamano | 1 | -125/+311 |
| 2019-02-06 | Merge branch 'en/rebase-merge-on-sequencer' | Junio C Hamano | 1 | -20/+10 |
| 2019-02-06 | Revert "rebase: introduce a shortcut for --reschedule-failed-exec" | Johannes Schindelin | 1 | -21/+0 |
| 2019-02-05 | Merge branch 'pw/no-editor-in-rebase-i-implicit' | Junio C Hamano | 1 | -2/+3 |
| 2019-01-29 | rebase -x: sanity check command | Phillip Wood | 1 | -0/+17 |
| 2019-01-29 | Merge branch 'os/rebase-runs-post-checkout-hook' | Junio C Hamano | 1 | -2/+10 |
| 2019-01-29 | Merge branch 'js/rebase-i-redo-exec' | Junio C Hamano | 1 | -1/+41 |
| 2019-01-28 | implicit interactive rebase: don't run sequence editor | Phillip Wood | 1 | -2/+3 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2019-01-18 | built-in rebase: call `git am` directly | Johannes Schindelin | 1 | -0/+179 |
| 2019-01-18 | rebase: teach `reset_head()` to optionally skip the worktree | Johannes Schindelin | 1 | -1/+7 |
| 2019-01-18 | rebase: avoid double reflog entry when switching branches | Johannes Schindelin | 1 | -3/+4 |
| 2019-01-18 | rebase: move `reset_head()` into a better spot | Johannes Schindelin | 1 | -119/+119 |
| 2019-01-14 | read-cache.c: replace update_index_if_able with repo_& | Nguyễn Thái Ngọc Duy | 1 | -3/+2 |
| 2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
| 2019-01-07 | rebase: implement --merge via the interactive machinery | Elijah Newren | 1 | -9/+6 |
| 2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -8/+9 |
| 2019-01-02 | rebase: run post-checkout hook on checkout | Orgad Shaneh | 1 | -2/+10 |
| 2018-12-28 | git-rebase, sequencer: extend --quiet option for the interactive machinery | Elijah Newren | 1 | -4/+1 |
| 2018-12-28 | rebase: fix incompatible options error message | Elijah Newren | 1 | -7/+3 |
| 2018-12-28 | rebase: make builtin and legacy script error messages the same | Elijah Newren | 1 | -5/+5 |
| 2018-12-11 | rebase: introduce a shortcut for --reschedule-failed-exec | Johannes Schindelin | 1 | -0/+21 |
| 2018-12-11 | rebase: add a config option to default to --reschedule-failed-exec | Johannes Schindelin | 1 | -0/+5 |
| 2018-12-11 | rebase: introduce --reschedule-failed-exec | Johannes Schindelin | 1 | -1/+15 |
| 2018-12-01 | Merge branch 'rt/rebase-in-c-message-fix' | Junio C Hamano | 1 | -2/+2 |
| 2018-12-01 | Merge branch 'js/rebase-stat-unrelated-fix' | Junio C Hamano | 1 | -6/+12 |
| 2018-12-01 | builtin/rebase.c: remove superfluous space in messages | Ralf Thielow | 1 | -2/+2 |
| 2018-11-30 | rebase --stat: fix when rebasing to an unrelated history | Johannes Schindelin | 1 | -6/+12 |