We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c90d89 commit 5d213e4Copy full SHA for 5d213e4
Documentation/RelNotes/2.33.0.txt
@@ -1,18 +1,6 @@
1
Git 2.33 Release Notes
2
======================
3
4
-Backward compatibility notes
5
-----------------------------
6
-
7
- * The "-m" option in "git log -m" that does not specify which format,
8
- if any, of diff is desired did not have any visible effect; it now
9
- implies some form of diff (by default "--patch") is produced.
10
11
- You can disable the diff output with "git log -m --no-patch", but
12
- then there probably isn't much point in passing "-m" in the first
13
- place ;-).
14
15
16
Updates since Git 2.32
17
----------------------
18
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.33.0-rc1
+DEF_VER=v2.33.0-rc2
LF='
'
0 commit comments