]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Eighth batch for 2.20
authorJunio C Hamano <gitster@pobox.com>
Thu, 1 Nov 2018 12:26:34 +0000 (21:26 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Nov 2018 02:04:59 +0000 (11:04 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.20.0.txt

index 6c5cf1b142df3ca9a1143b19695bc85893967bf1..4b546d025f3a7e84c0743df486aa513ea0192069 100644 (file)
@@ -145,6 +145,10 @@ UI, Workflows & Features
  * "git mergetool" learned to take the "--[no-]gui" option, just like
    "git difftool" does.
 
+ * "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.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -262,6 +266,8 @@ Performance, Internal Implementation, Development Support etc.
  * Some tests have been reorganized and renamed; "ls t/" now gives a
    better overview of what is tested for these scripts than before.
 
+ * "git rebase" and "git rebase -i" have been reimplemented in C.
+
 
 Fixes since v2.19
 -----------------