Skip to content

Commit

Permalink
Eleventh batch
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Aug 27, 2020
1 parent 98df75b commit 20de7e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/RelNotes/2.29.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

0 comments on commit 20de7e7

Please sign in to comment.