Skip to content

Commit 79bdd48

Browse files
committed
Git 2.41-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6a6621f commit 79bdd48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ UI, Workflows & Features
6565
has symbolic links inside its $GIT_DIR; an error message when that
6666
happens has been updated.
6767

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

7272
* The sendemail-validate validate hook learned to pass the total
7373
number of input files and where in the sequence each invocation is

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.41.0-rc1
4+
DEF_VER=v2.41.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)