File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ UI, Workflows & Features
65
65
has symbolic links inside its $GIT_DIR; an error message when that
66
66
happens has been updated.
67
67
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.
71
71
72
72
* The sendemail-validate validate hook learned to pass the total
73
73
number of input files and where in the sequence each invocation is
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.41.0-rc1
4
+ DEF_VER=v2.41.0-rc2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments