Git fork

Git 2.33

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

+1 -5
-4
Documentation/RelNotes/2.33.0.txt
··· 12 12 "smtp-server" that is meant to name the server to instead name the 13 13 command to talk to the server. 14 14 15 - * The "-m" option in "git log -m" that does not specify which format, 16 - if any, of diff is desired did not have any visible effect; it now 17 - implies some form of diff (by default "--patch") is produced. 18 - 19 15 * The userdiff pattern for C# learned the token "record". 20 16 21 17 * "git rev-list" learns to omit the "commit <object-name>" header
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v2.33.0-rc2 4 + DEF_VER=v2.33.0 5 5 6 6 LF=' 7 7 '