]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.41-rc2 v2.41.0-rc2
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2023 20:55:19 +0000 (05:55 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2023 20:55:19 +0000 (05:55 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.41.0.txt
GIT-VERSION-GEN

index c77484c6b5408d29328b51a92111c989341a22d6..8a9e17016e45ee0ec6a579b231c0184043eee0e7 100644 (file)
@@ -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
index 85d7d7a2f48382ec513be4315584d76db73bf899..2ef084f02ad806e130d52e6b33bc89ff1499d614 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.41.0-rc1
+DEF_VER=v2.41.0-rc2
 
 LF='
 '