File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.41.0-rc1
4+ DEF_VER=v2.41.0-rc2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments