Skip to content

Commit 20de7e7

Browse files
committed
Eleventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 98df75b commit 20de7e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.29.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ UI, Workflows & Features
4747
* "git fetch" learned --no-write-fetch-head option to avoid writing
4848
the FETCH_HEAD file.
4949

50+
* Command line completion (in contrib/) usually omits redundant,
51+
deprecated and/or dangerous options from its output; it learned to
52+
optionally include all of them.
53+
5054

5155
Performance, Internal Implementation, Development Support etc.
5256

@@ -105,6 +109,10 @@ Performance, Internal Implementation, Development Support etc.
105109
format specification for identifying the hash function used for
106110
object names.
107111

112+
* The FETCH_HEAD is now always read from the filesystem regardless of
113+
the ref backend in use, as its format is much richer than the
114+
normal refs, and written directly by "git fetch" as a plain file..
115+
108116

109117
Fixes since v2.28
110118
-----------------
@@ -237,3 +245,4 @@ Fixes since v2.28
237245
(merge 847b37271e pb/set-url-docfix later to maint).
238246
(merge 748f733d54 mt/checkout-entry-dead-code-removal later to maint).
239247
(merge ce820cbd58 dl/subtree-docs later to maint).
248+
(merge 55fe225dde jk/leakfix later to maint).

0 commit comments

Comments
 (0)