summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-27 13:57:13 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-27 14:04:49 -0700
commit20de7e7e4f4e9ae52e6cc7cfaa6469f186ddb0fa (patch)
tree026234f18acfaf4f2cc98164a9a6a050e71f8b2b /Documentation
parent98df75b286f4addaeebde96fc2e85d67a046eea2 (diff)
downloadgit-20de7e7e4f4e9ae52e6cc7cfaa6469f186ddb0fa.tar.gz
Eleventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.29.0.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.29.0.txt b/Documentation/RelNotes/2.29.0.txt
index a5e0ffd4bf..334e63a497 100644
--- a/Documentation/RelNotes/2.29.0.txt
+++ b/Documentation/RelNotes/2.29.0.txt
@@ -47,6 +47,10 @@ UI, Workflows & Features
* "git fetch" learned --no-write-fetch-head option to avoid writing
the FETCH_HEAD file.
+ * Command line completion (in contrib/) usually omits redundant,
+ deprecated and/or dangerous options from its output; it learned to
+ optionally include all of them.
+
Performance, Internal Implementation, Development Support etc.
@@ -105,6 +109,10 @@ Performance, Internal Implementation, Development Support etc.
format specification for identifying the hash function used for
object names.
+ * The FETCH_HEAD is now always read from the filesystem regardless of
+ the ref backend in use, as its format is much richer than the
+ normal refs, and written directly by "git fetch" as a plain file..
+
Fixes since v2.28
-----------------
@@ -237,3 +245,4 @@ Fixes since v2.28
(merge 847b37271e pb/set-url-docfix later to maint).
(merge 748f733d54 mt/checkout-entry-dead-code-removal later to maint).
(merge ce820cbd58 dl/subtree-docs later to maint).
+ (merge 55fe225dde jk/leakfix later to maint).