Skip to content

Commit 225bc32

Browse files
committed
Git 2.33
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b06a504 commit 225bc32

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Documentation/RelNotes/2.33.0.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ UI, Workflows & Features
1212
"smtp-server" that is meant to name the server to instead name the
1313
command to talk to the server.
1414

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-
1915
* The userdiff pattern for C# learned the token "record".
2016

2117
* "git rev-list" learns to omit the "commit <object-name>" header

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

66
LF='
77
'

0 commit comments

Comments
 (0)