Skip to content

Commit a5b4466

Browse files
committed
Downmerge a bit more for 2.37.x
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1917701 commit a5b4466

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Documentation/RelNotes/2.37.2.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,21 @@ Fixes since v2.37.1
4444
* Certain diff options are currently ignored when combined-diff is
4545
shown; mark them as incompatible with the feature.
4646

47+
* "git clone" from a repository with some ref whose HEAD is unborn
48+
did not set the HEAD in the resulting repository correctly, which
49+
has been corrected.
50+
51+
* mkstemp() emulation on Windows has been improved.
52+
53+
* Add missing documentation for "include" and "includeIf" features in
54+
"git config" file format, which incidentally teaches the command
55+
line completion to include them in its offerings.
56+
57+
* Avoid "white/black-list" in documentation and code comments.
58+
59+
* Workaround for a compiler warning against use of die() in
60+
osx-keychain (in contrib/).
61+
62+
* Workaround for a false positive compiler warning.
63+
4764
Also contains minor documentation updates and code clean-ups.

0 commit comments

Comments
 (0)