Skip to content

Commit a65ce7f

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5c2f7ff commit a65ce7f

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ UI, Workflows & Features
4040
tweak both the message and the contents, and only the message,
4141
respectively.
4242

43+
* When accessing a server with a URL like https://user:pass@site/, we
44+
did not to fall back to the basic authentication with the
45+
credential material embedded in the URL after the "Negotiate"
46+
authentication failed. Now we do.
47+
48+
* "git send-email" learned to honor the core.hooksPath configuration.
49+
4350

4451
Performance, Internal Implementation, Development Support etc.
4552

@@ -66,29 +73,22 @@ Fixes since v2.31
6673
* The fsmonitor interface read from its input without making sure
6774
there is something to read from. This bug is new in 2.31
6875
timeframe.
69-
(merge 097ea2c848 jh/fsmonitor-prework later to maint).
7076

7177
* The data structure used by fsmonitor interface was not properly
7278
duplicated during an in-core merge, leading to use-after-free etc.
73-
(merge 4abc57848d js/fsmonitor-unpack-fix later to maint).
7479

7580
* "git bisect" reimplemented more in C during 2.30 timeframe did not
7681
take an annotated tag as a good/bad endpoint well. This regression
7782
has been corrected.
78-
(merge 7730f85594 jk/bisect-peel-tag-fix later to maint).
7983

8084
* Fix macros that can silently inject unintended null-statements.
81-
(merge 116affac3f rs/avoid-null-statement-after-macro-call later to maint).
8285

8386
* CALLOC_ARRAY() macro replaces many uses of xcalloc().
84-
(merge 1c57cc70ec rs/calloc-array later to maint).
8587

8688
* Update insn in Makefile comments to run fuzz-all target.
87-
(merge 68b5c3aa48 ah/make-fuzz-all-doc-update later to maint).
8889

8990
* Fix a corner case bug in "git mv" on case insensitive systems,
9091
which was introduced in 2.29 timeframe.
91-
(merge 93c3d297b5 tb/git-mv-icase-fix later to maint).
9292

9393
* We had a code to diagnose and die cleanly when a required
9494
clean/smudge filter is missing, but an assert before that
@@ -115,15 +115,20 @@ Fixes since v2.31
115115
which has been corrected.
116116
(merge 75555676ad bc/clone-bare-with-conflicting-config later to maint).
117117

118+
* When "git checkout" removes a path that does not exist in the
119+
commit it is checking out, it wasn't careful enough not to follow
120+
symbolic links, which has been corrected.
121+
(merge fab78a0c3d mt/checkout-remove-nofollow later to maint).
122+
118123
* Other code cleanup, docfix, build fix, etc.
119-
(merge 486f4bd183 jc/calloc-fix later to maint).
120-
(merge 5f70859c15 jt/clone-unborn-head later to maint).
121-
(merge cfd409ed09 km/config-doc-typofix later to maint).
122-
(merge 8588aa8657 jk/slimmed-down later to maint).
123-
(merge 241b5d3ebe rs/xcalloc-takes-nelem-first later to maint).
124124
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
125125
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
126126
(merge ea7e63921c jr/doc-ignore-typofix later to maint).
127127
(merge 23c781f173 ps/update-ref-trans-hook-doc later to maint).
128128
(merge 42efa1231a jk/filter-branch-sha256 later to maint).
129129
(merge 4c8e3dca6e tb/push-simple-uses-branch-merge-config later to maint).
130+
(merge 6534d436a2 bs/asciidoctor-installation-hints later to maint).
131+
(merge 47957485b3 ab/read-tree later to maint).
132+
(merge 2be927f3d1 ab/diff-no-index-tests later to maint).
133+
(merge 76593c09bb ab/detox-gettext-tests later to maint).
134+
(merge 28e29ee38b jc/doc-format-patch-clarify later to maint).

0 commit comments

Comments
 (0)