Skip to content

Commit d582ea2

Browse files
committed
Eighth batch for 2.20
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b17ca8f commit d582ea2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/RelNotes/2.20.0.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ UI, Workflows & Features
145145
* "git mergetool" learned to take the "--[no-]gui" option, just like
146146
"git difftool" does.
147147

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+
148152

149153
Performance, Internal Implementation, Development Support etc.
150154

@@ -262,6 +266,8 @@ Performance, Internal Implementation, Development Support etc.
262266
* Some tests have been reorganized and renamed; "ls t/" now gives a
263267
better overview of what is tested for these scripts than before.
264268

269+
* "git rebase" and "git rebase -i" have been reimplemented in C.
270+
265271

266272
Fixes since v2.19
267273
-----------------

0 commit comments

Comments
 (0)