]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'hs/rebase-continue-edit' into seen
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2026 17:44:38 +0000 (10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2026 17:44:39 +0000 (10:44 -0700)
Support for skipping the editor when continuing a rebase after
conflict resolution has been added with the '--no-edit' option, and
forcing it with '--edit'.  A new configuration variable
'rebase.noEdit' can be used to set the default behavior.

* hs/rebase-continue-edit:
  rebase: add --[no-]edit to --continue

1  2 
builtin/rebase.c
sequencer.c

Simple merge
diff --cc sequencer.c
Simple merge