Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-05-24 23:55:19 +0300
committerJunio C Hamano <gitster@pobox.com>2023-05-24 23:55:19 +0300
commit79bdd48716a4c455bdc8ffd91d57a18d5cd55baa (patch)
treede8147dcce94b9faadf804295b6c88efe88be39c
parent6a6621fe9a226f15f3107fd559928e9b78b51cc2 (diff)
Git 2.41-rc2v2.41.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.41.0.txt6
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt
index c77484c6b5..8a9e17016e 100644
--- a/Documentation/RelNotes/2.41.0.txt
+++ b/Documentation/RelNotes/2.41.0.txt
@@ -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
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 85d7d7a2f4..2ef084f02a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.41.0-rc1
+DEF_VER=v2.41.0-rc2
LF='
'