1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-12 22:16:13 +02:00

Git 2.41-rc2

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2023-05-25 05:55:19 +09:00
parent 6a6621fe9a
commit 79bdd48716
2 changed files with 4 additions and 4 deletions

View File

@ -65,9 +65,9 @@ UI, Workflows & Features
has symbolic links inside its $GIT_DIR; an error message when that has symbolic links inside its $GIT_DIR; an error message when that
happens has been updated. happens has been updated.
* "git branch --format=..." and "git format-patch --format=..." * The "--format=..." option of "git for-each-ref", "git branch", and
learns "--omit-empty" to hide refs that whose formatting result "git tag" commands learn "--omit-empty" to hide refs whose
becomes an empty string from the output. formatting results in an empty string from the output.
* The sendemail-validate validate hook learned to pass the total * The sendemail-validate validate hook learned to pass the total
number of input files and where in the sequence each invocation is number of input files and where in the sequence each invocation is

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v2.41.0-rc1 DEF_VER=v2.41.0-rc2
LF=' LF='
' '