Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-01 15:26:34 +0300
committerJunio C Hamano <gitster@pobox.com>2018-11-02 05:04:59 +0300
commitd582ea202b626dcc6c3b01e1e11a296d9badd730 (patch)
treed96a9464f0b86334ffe98e0adb4f211634aa59fa /Documentation
parentb17ca8f94deb6e6c83ae705dcf712bf38a03ee4e (diff)
Eighth batch for 2.20
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.20.0.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.20.0.txt b/Documentation/RelNotes/2.20.0.txt
index 6c5cf1b142..4b546d025f 100644
--- a/Documentation/RelNotes/2.20.0.txt
+++ b/Documentation/RelNotes/2.20.0.txt
@@ -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
-----------------