Skip to content

Commit 54a3917

Browse files
committed
The ninth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e0d4a63 commit 54a3917

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ UI, Workflows & Features
5757
* "git clone --reject-shallow" option fails the clone as soon as we
5858
notice that we are cloning from a shallow repository.
5959

60+
* A configuration variable has been added to force tips of certain
61+
refs to be given a reachability bitmap.
62+
63+
* "gitweb" learned "e-mail privacy" feature to redact strings that
64+
look like e-mail addresses on various pages.
6065

6166

6267
Performance, Internal Implementation, Development Support etc.
@@ -98,6 +103,11 @@ Performance, Internal Implementation, Development Support etc.
98103

99104
* Generate [ec]tags under $(QUIET_GEN).
100105

106+
* Clean-up codepaths that implements "git send-email --validate"
107+
option and improves the message from it.
108+
109+
* The last remnant of gettext-poison has been removed.
110+
101111

102112
Fixes since v2.31
103113
-----------------
@@ -174,6 +184,19 @@ Fixes since v2.31
174184
as directory separator.
175185
(merge 9a7f1ce8b7 rs/daemon-sanitize-dir-sep later to maint).
176186

187+
* A NULL-dereference bug has been corrected in an error codepath in
188+
"git for-each-ref", "git branch --list" etc.
189+
(merge c685450880 jk/ref-filter-segfault-fix later to maint).
190+
191+
* Streamline the codepath to fix the UTF-8 encoding issues in the
192+
argv[] and the prefix on macOS.
193+
(merge c7d0e61016 tb/precompose-prefix-simplify later to maint).
194+
195+
* The command-line completion script (in contrib/) had a couple of
196+
references that would have given a warning under the "-u" (nounset)
197+
option.
198+
(merge c5c0548d79 vs/completion-with-set-u later to maint).
199+
177200
* Other code cleanup, docfix, build fix, etc.
178201
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
179202
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
@@ -186,3 +209,5 @@ Fixes since v2.31
186209
(merge 2be927f3d1 ab/diff-no-index-tests later to maint).
187210
(merge 76593c09bb ab/detox-gettext-tests later to maint).
188211
(merge 28e29ee38b jc/doc-format-patch-clarify later to maint).
212+
(merge fc12b6fdde fm/user-manual-use-preface later to maint).
213+
(merge dba94e3a85 cc/test-helper-bloom-usage-fix later to maint).

0 commit comments

Comments
 (0)