Skip to content

Commit 328c109

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8b25dee commit 328c109

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.31.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ Performance, Internal Implementation, Development Support etc.
136136
* Get rid of "GETTEXT_POISON" support altogether, which may or may
137137
not be controversial.
138138

139+
* Introduce an on-disk file to record revindex for packdata, which
140+
traditionally was always created on the fly and only in-core.
141+
139142

140143
Fixes since v2.30
141144
-----------------
@@ -188,5 +191,23 @@ Fixes since v2.30
188191
processing. This has been corrected.
189192
(merge f7d42ceec5 js/rebase-i-commit-cleanup-fix later to maint).
190193

194+
* Fix in passing custom args from "git clone" to "upload-pack" on the
195+
other side.
196+
(merge ad6b5fefbd jv/upload-pack-filter-spec-quotefix later to maint).
197+
198+
* The command line completion (in contrib/) completed "git branch -d"
199+
with branch names, but "git branch -D" offered tagnames in addition,
200+
which has been corrected. "git branch -M" had the same problem.
201+
(merge 27dc071b9a jk/complete-branch-force-delete later to maint).
202+
203+
* When commands are started from a subdirectory, they may have to
204+
compare the path to the subdirectory (called prefix and found out
205+
from $(pwd)) with the tracked paths. On macOS, $(pwd) and
206+
readdir() yield decomposed path, while the tracked paths are
207+
usually normalized to the precomposed form, causing mismatch. This
208+
has been fixed by taking the same approach used to normalize the
209+
command line arguments.
210+
(merge 5c327502db tb/precompose-prefix-too later to maint).
211+
191212
* Other code cleanup, docfix, build fix, etc.
192213
(merge e3f5da7e60 sg/t7800-difftool-robustify later to maint).

0 commit comments

Comments
 (0)