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 b06a504 commit 225bc32Copy full SHA for 225bc32
Documentation/RelNotes/2.33.0.txt
@@ -12,10 +12,6 @@ UI, Workflows & Features
12
"smtp-server" that is meant to name the server to instead name the
13
command to talk to the server.
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
* The userdiff pattern for C# learned the token "record".
20
21
* "git rev-list" learns to omit the "commit <object-name>" header
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.33.0-rc2
+DEF_VER=v2.33.0
5
6
LF='
7
'
0 commit comments