Skip to content

Commit b81b98f

Browse files
committed
Another batch of fixes before -rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent aa11b94 commit b81b98f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Documentation/RelNotes/2.37.0.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ UI, Workflows & Features
5454

5555
* Update the doctype written in gitweb output to xhtml5.
5656

57-
* The "transfer.credentialsInUrl" configuration variable controls what
57+
* The "transfer.credentialsInURL" configuration variable controls what
5858
happens when a URL with embedded login credential is used on either
5959
"fetch" or "push". Credentials are currently only detected in
6060
`remote.<name>.url` config, not `remote.<name>.pushurl`.
@@ -309,6 +309,9 @@ Fixes since v2.36
309309
* Use-after-free (with another forget-to-free) fix.
310310
(merge 323822c72b ab/remote-free-fix later to maint).
311311

312+
* Remove a coccinelle rule that is no longer relevant.
313+
(merge b1299de4a1 jc/cocci-cleanup later to maint).
314+
312315
* Other code cleanup, docfix, build fix, etc.
313316
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
314317
(merge 0b75e5bf22 ab/misc-cleanup later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.36.GIT
4+
DEF_VER=v2.37.0-rc1 ;# not quite
55

66
LF='
77
'

0 commit comments

Comments
 (0)