Git fork

Git 2.50-rc0

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+9 -1
+8
Documentation/RelNotes/2.50.0.adoc
··· 85 85 * The commit title in the "rebase -i" todo file are now prefixed with 86 86 '#', just like a merge commit being replayed. 87 87 88 + * "git receive-pack" optionally learns not to care about connectivity 89 + check, which can be useful when the repository arranges to ensure 90 + connectivity by some other means. 91 + 88 92 89 93 Performance, Internal Implementation, Development Support etc. 90 94 -------------------------------------------------------------- ··· 184 188 memory. 185 189 186 190 * Assorted fixes for issues found with CodeQL. 191 + 192 + * Remove the leftover hints to the test framework to mark tests that 193 + do not pass the leak checker tests, as they should no longer be 194 + needed. 187 195 188 196 189 197 Fixes since v2.49
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 - DEF_VER=v2.49.GIT 3 + DEF_VER=v2.50.0-rc0 4 4 5 5 LF=' 6 6 '