Skip to content

Commit

Permalink
Git 2.41-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed May 24, 2023
1 parent 6a6621f commit 79bdd48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Documentation/RelNotes/2.41.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ UI, Workflows & Features
has symbolic links inside its $GIT_DIR; an error message when that
happens has been updated.

* "git branch --format=..." and "git format-patch --format=..."
learns "--omit-empty" to hide refs that whose formatting result
becomes an empty string from the output.
* The "--format=..." option of "git for-each-ref", "git branch", and
"git tag" commands learn "--omit-empty" to hide refs whose
formatting results in an empty string from the output.

* The sendemail-validate validate hook learned to pass the total
number of input files and where in the sequence each invocation is
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.41.0-rc1
DEF_VER=v2.41.0-rc2

LF='
'
Expand Down

0 comments on commit 79bdd48

Please sign in to comment.