]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/rebase-i-break'
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Nov 2018 02:04:58 +0000 (11:04 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Nov 2018 02:04:58 +0000 (11:04 +0900)
commit789b1f70422d5c9ffb3a0ecb11284aa0ac13985e
tree23d8b90cefd141b667962c4fcdf70968c91eeb42
parentb78c5fe96cadf10c49b968b716a913acf43cc28e
parent71f82465b1c9546a09c442c3c9aa22ecbb76f820
Merge branch 'js/rebase-i-break'

"git rebase -i" learned a new insn, 'break', that the user can
insert in the to-do list.  Upon hitting it, the command returns
control back to the user.

* js/rebase-i-break:
  rebase -i: introduce the 'break' command
  rebase -i: clarify what happens on a failed `exec`
Documentation/git-rebase.txt
sequencer.c
t/lib-rebase.sh
t/t3418-rebase-continue.sh