]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.33-rc2 v2.33.0-rc2
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Aug 2021 18:54:03 +0000 (11:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Aug 2021 19:36:18 +0000 (12:36 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.33.0.txt
GIT-VERSION-GEN

index 09cab31e7af64e1644dca92d35760c7502226b1a..afa266380957189557bb21f16e0d79277ac85db0 100644 (file)
@@ -1,18 +1,6 @@
 Git 2.33 Release Notes
 ======================
 
-Backward compatibility notes
-----------------------------
-
- * The "-m" option in "git log -m" that does not specify which format,
-   if any, of diff is desired did not have any visible effect; it now
-   implies some form of diff (by default "--patch") is produced.
-
-   You can disable the diff output with "git log -m --no-patch", but
-   then there probably isn't much point in passing "-m" in the first
-   place ;-).
-
-
 Updates since Git 2.32
 ----------------------
 
index 504de6536bc4286ac696d80505b84e15560fecb2..98be1eb26166b19fb3a36f99a47c3203fc8cc4e1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.33.0-rc1
+DEF_VER=v2.33.0-rc2
 
 LF='
 '