summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-22 02:14:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-04-22 02:15:06 (GMT)
commit14c0f8d3ab6c36672189cd2dd217f4617d12ccba (patch)
treef6ec4a7cc776afe11d405acfc7f191173622560e /Documentation
parent5116eab70bf8a0c8b1c29a09c4b932c4d1cf2701 (diff)
downloadgit-14c0f8d3ab6c36672189cd2dd217f4617d12ccba.zip
git-14c0f8d3ab6c36672189cd2dd217f4617d12ccba.tar.gz
git-14c0f8d3ab6c36672189cd2dd217f4617d12ccba.tar.bz2
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.22.0.txt26
1 files changed, 24 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.22.0.txt b/Documentation/RelNotes/2.22.0.txt
index 94100fa..d7d230e 100644
--- a/Documentation/RelNotes/2.22.0.txt
+++ b/Documentation/RelNotes/2.22.0.txt
@@ -46,6 +46,9 @@ UI, Workflows & Features
configuration (when available), which allows --list-cmds to honour
a repository specific setting of completion.commands, for example.
+ * "git mergetool" learned to offer Sublime Merge (smerge) as one of
+ its backends.
+
Performance, Internal Implementation, Development Support etc.
@@ -80,6 +83,17 @@ Performance, Internal Implementation, Development Support etc.
* "git multi-pack-index verify" did not scale well with the number of
packfiles, which is being improved.
+ * "git stash" has been rewritten in C.
+
+ * The "check-docs" Makefile target to support developers has been
+ updated.
+
+ * The tests have been updated not to rely on the abbreviated option
+ names the parse-options API offers, to protect us from an
+ abbreviated form of an option that used to be unique within the
+ command getting non-unique when a new option that share the same
+ prefix is added.
+
Fixes since v2.21
-----------------
@@ -203,8 +217,8 @@ Fixes since v2.21
* A corner-case object name ambiguity while the sequencer machinery
is working (e.g. "rebase -i -x") has been fixed.
- * "git format-patch" used overwrite an existing patch/cover-letter
- file. A new "--no-clobber" option stops it.
+ * "git format-patch" did not diagnose an error while opening the
+ output file for the cover-letter, which has been corrected.
(merge 2fe95f494c jc/format-patch-error-check later to maint).
* "git checkout -f <branch>" while the index has an unmerged path
@@ -220,6 +234,12 @@ Fixes since v2.21
* dumb-http walker has been updated to share more error recovery
strategy with the normal codepath.
+ * A buglet in configuration parser has been fixed.
+ (merge 19e7fdaa58 nd/include-if-wildmatch later to maint).
+
+ * The documentation for "git read-tree --reset -u" has been updated.
+ (merge b5a0bd694c nd/read-tree-reset-doc later to maint).
+
* Code cleanup, docfix, build fix, etc.
(merge 11f470aee7 jc/test-yes-doc later to maint).
(merge 90503a240b js/doc-symref-in-proto-v1 later to maint).
@@ -245,3 +265,5 @@ Fixes since v2.21
(merge a7256debd4 nd/checkout-m-doc-update later to maint).
(merge 3a9e1ad78d jt/t5551-protocol-v2-does-not-have-half-auth later to maint).
(merge 0b918b75af sg/t5318-cleanup later to maint).
+ (merge 68ed71b53c cb/doco-mono later to maint).
+ (merge a34dca2451 nd/interpret-trailers-docfix later to maint).