]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Downmerge a bit more for 2.37.x
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2022 22:43:57 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Aug 2022 22:51:37 +0000 (15:51 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.37.2.txt

index d4acf9e5de6b2426f038ccf7a7fc003e87ac4174..300fb095c46d3dcead89e78d4325753b28715b30 100644 (file)
@@ -44,4 +44,21 @@ Fixes since v2.37.1
  * Certain diff options are currently ignored when combined-diff is
    shown; mark them as incompatible with the feature.
 
+ * "git clone" from a repository with some ref whose HEAD is unborn
+   did not set the HEAD in the resulting repository correctly, which
+   has been corrected.
+
+ * mkstemp() emulation on Windows has been improved.
+
+ * Add missing documentation for "include" and "includeIf" features in
+   "git config" file format, which incidentally teaches the command
+   line completion to include them in its offerings.
+
+ * Avoid "white/black-list" in documentation and code comments.
+
+ * Workaround for a compiler warning against use of die() in
+   osx-keychain (in contrib/).
+
+ * Workaround for a false positive compiler warning.
+
 Also contains minor documentation updates and code clean-ups.