]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/rebase-keep-base-fixes'
authorTaylor Blau <me@ttaylorr.com>
Mon, 31 Oct 2022 01:04:42 +0000 (21:04 -0400)
committerTaylor Blau <me@ttaylorr.com>
Mon, 31 Oct 2022 01:04:42 +0000 (21:04 -0400)
commit003f815dd9f42b1bb893338b32d9cce33a8926c1
tree2d714cef7cf638a389124bfa75e526bed7697cb9
parente5be3c632af4ea1ec6d9406d30f7f8cf54f5e9e7
parentaa1df8146d70bb85c63b0999868fe29aebc1173e
Merge branch 'pw/rebase-keep-base-fixes'

"git rebase --keep-base" used to discard the commits that are
already cherry-picked to the upstream, even when "keep-base" meant
that the base, on top of which the history is being rebuilt, does
not yet include these cherry-picked commits.  The --keep-base
option now implies --reapply-cherry-picks and --no-fork-point
options.

* pw/rebase-keep-base-fixes:
  rebase --keep-base: imply --no-fork-point
  rebase --keep-base: imply --reapply-cherry-picks
  rebase: factor out branch_base calculation
  rebase: rename merge_base to branch_base
  rebase: store orig_head as a commit
  rebase: be stricter when reading state files containing oids
  t3416: set $EDITOR in subshell
  t3416: tighten two tests
Documentation/git-rebase.txt
builtin/rebase.c
commit.c