Skip to content

Commit 89b43f8

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 14cc08d commit 89b43f8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ UI, Workflows & Features
5454
with the interpret-trailers command, this will make it easier to
5555
support custom trailers.
5656

57+
* "git clone --reject-shallow" option fails the clone as soon as we
58+
notice that we are cloning from a shallow repository.
59+
60+
5761

5862
Performance, Internal Implementation, Development Support etc.
5963

@@ -89,6 +93,11 @@ Performance, Internal Implementation, Development Support etc.
8993

9094
* CMake update for vsbuild.
9195

96+
* An on-disk reverse-index to map the in-pack location of an object
97+
back to its object name across multiple packfiles is introduced.
98+
99+
* Generate [ec]tags under $(QUIET_GEN).
100+
92101

93102
Fixes since v2.31
94103
-----------------
@@ -156,6 +165,15 @@ Fixes since v2.31
156165
easier to understand.
157166
(merge ddaf1f62e3 ds/clarify-hashwrite later to maint).
158167

168+
* "git cherry-pick/revert" with or without "--[no-]edit" did not spawn
169+
the editor as expected (e.g. "revert --no-edit" after a conflict
170+
still asked to edit the message), which has been corrected.
171+
(merge 39edfd5cbc en/sequencer-edit-upon-conflict-fix later to maint).
172+
173+
* "git daemon" has been tightened against systems that take backslash
174+
as directory separator.
175+
(merge 9a7f1ce8b7 rs/daemon-sanitize-dir-sep later to maint).
176+
159177
* Other code cleanup, docfix, build fix, etc.
160178
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
161179
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).

0 commit comments

Comments
 (0)