Eighth batch for 2.20
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Nov 1, 2018 at 21:26 UTC
d582ea202b626dcc6c3b01e1e11a296d9badd730
1 file changed
+6
Documentation/RelNotes/2.20.0.txt
+6
@@ -145,6 +145,10 @@ UI, Workflows & Features
145
* "git mergetool" learned to take the "--[no-]gui" option, just like
146
"git difftool" does.
147
148
+ * "git rebase -i" learned a new insn, 'break', that the user can
149
+ insert in the to-do list. Upon hitting it, the command returns
150
+ control back to the user.
151
+
152
153
Performance, Internal Implementation, Development Support etc.
154
@@ -262,6 +266,8 @@ Performance, Internal Implementation, Development Support etc.
266
* Some tests have been reorganized and renamed; "ls t/" now gives a
267
better overview of what is tested for these scripts than before.
268
269
+ * "git rebase" and "git rebase -i" have been reimplemented in C.
270
+
271
272
Fixes since v2.19
273
-----------------