]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Another batch of fixes before -rc1
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2022 17:33:42 +0000 (10:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2022 17:33:42 +0000 (10:33 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.37.0.txt
GIT-VERSION-GEN

index bf00ccc4371e04c39f0ea2f25161715c6d935b6d..f1b93f3c5903c79b5bddf139188c6ceff343bd87 100644 (file)
@@ -54,7 +54,7 @@ UI, Workflows & Features
 
  * Update the doctype written in gitweb output to xhtml5.
 
- * The "transfer.credentialsInUrl" configuration variable controls what
+ * The "transfer.credentialsInURL" configuration variable controls what
    happens when a URL with embedded login credential is used on either
    "fetch" or "push". Credentials are currently only detected in
    `remote.<name>.url` config, not `remote.<name>.pushurl`.
@@ -309,6 +309,9 @@ Fixes since v2.36
  * Use-after-free (with another forget-to-free) fix.
    (merge 323822c72b ab/remote-free-fix later to maint).
 
+ * Remove a coccinelle rule that is no longer relevant.
+   (merge b1299de4a1 jc/cocci-cleanup later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge e6b2582da3 cm/reftable-0-length-memset later to maint).
    (merge 0b75e5bf22 ab/misc-cleanup later to maint).
index 1d667699e1926de980806790e50dfc0610743aad..c0b5e722dd7bc7d3300d0e90d115f85ddd2bf741 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.36.GIT
+DEF_VER=v2.37.0-rc1 ;# not quite
 
 LF='
 '