File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ 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.
71
+
68
72
69
73
Performance, Internal Implementation, Development Support etc.
70
74
@@ -229,6 +233,13 @@ Fixes since v2.40
229
233
* Code clean-up to replace a hardcoded constant with a CPP macro.
230
234
(merge c870de6502 rs/get-tar-commit-id-use-defined-const later to maint).
231
235
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
+
232
243
* Other code cleanup, docfix, build fix, etc.
233
244
(merge f7111175df as/doc-markup-fix later to maint).
234
245
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
You can’t perform that action at this time.
0 commit comments