Skip to content

Commit

Permalink
Eighth batch for 2.20
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Nov 2, 2018
1 parent b17ca8f commit d582ea2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/RelNotes/2.20.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
-----------------
Expand Down

0 comments on commit d582ea2

Please sign in to comment.