File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ UI, Workflows & Features
10
10
to limit the findings to changes that involve the named object.
11
11
(merge 4d8c51aa19 sb/diff-blobfind-pickaxe later to maint).
12
12
13
+ * "git format-patch" learned to give 72-cols to diffstat, which is
14
+ consistent with other line length limits the subcommand uses for
15
+ its output meant for e-mails.
16
+
17
+ * The log from "git daemon" can be redirected with a new option; one
18
+ relevant use case is to send the log to standard error (instead of
19
+ syslog) when running it from inetd.
20
+
21
+ * "git rebase" learned to take "--allow-empty-message" option.
13
22
14
23
Performance, Internal Implementation, Development Support etc.
15
24
@@ -166,6 +175,9 @@ Fixes since v2.16
166
175
title is spread across physically multiple lines.
167
176
(merge 1cf823fb68 tg/reset-hard-show-head-with-pretty later to maint).
168
177
178
+ * Test fixes.
179
+ (merge 63b1a175ee sg/test-i18ngrep later to maint).
180
+
169
181
* Other minor doc, test and build updates and code cleanups.
170
182
(merge e2a5a028c7 bw/oidmap-autoinit later to maint).
171
183
(merge f0a6068a9f ys/bisect-object-id-missing-conversion-fix later to maint).
You can’t perform that action at this time.
0 commit comments