Skip to content

Commit 5d213e4

Browse files
committed
Git 2.33-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4c90d89 commit 5d213e4

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Documentation/RelNotes/2.33.0.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
Git 2.33 Release Notes
22
======================
33

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-
164
Updates since Git 2.32
175
----------------------
186

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.33.0-rc1
4+
DEF_VER=v2.33.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)