Skip to content

Commit 7580f92

Browse files
committed
The twelfth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b64894c commit 7580f92

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ 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.
71+
6872

6973
Performance, Internal Implementation, Development Support etc.
7074

@@ -229,6 +233,13 @@ Fixes since v2.40
229233
* Code clean-up to replace a hardcoded constant with a CPP macro.
230234
(merge c870de6502 rs/get-tar-commit-id-use-defined-const later to maint).
231235

236+
* Doc build simplification.
237+
(merge 9a09ed3229 fc/doc-stop-using-manversion later to maint).
238+
239+
* "git archive" run from a subdirectory mishandled attributes and
240+
paths outside the current directory.
241+
(merge 92b1dd1b9e rs/archive-from-subdirectory-fixes later to maint).
242+
232243
* Other code cleanup, docfix, build fix, etc.
233244
(merge f7111175df as/doc-markup-fix later to maint).
234245
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).

0 commit comments

Comments
 (0)