Skip to content

Commit

Permalink
Git 2.33-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Aug 11, 2021
1 parent 4c90d89 commit 5d213e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions Documentation/RelNotes/2.33.0.txt
Original file line number Diff line number Diff line change
@@ -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
----------------------

Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.33.0-rc1
DEF_VER=v2.33.0-rc2

LF='
'
Expand Down

0 comments on commit 5d213e4

Please sign in to comment.