File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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+
4764Also contains minor documentation updates and code clean-ups.
You can’t perform that action at this time.
0 commit comments