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 @@ -47,6 +47,9 @@ Updates since v1.9 series
47
47
48
48
UI, Workflows & Features
49
49
50
+ * The "multi-mail" post-receive hook (in contrib/) has been updated
51
+ to a more recent version from the upstream.
52
+
50
53
* "git gc --aggressive" learned "--depth" option and
51
54
"gc.aggressiveDepth" configuration variable to allow use of a less
52
55
insane depth than the built-in default value of 250.
@@ -171,6 +174,14 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
171
174
track are contained in this release (see the maintenance releases'
172
175
notes for details).
173
176
177
+ * Some more Unicode codepoints defined in Unicode 6.3 as having zero
178
+ width have been taught to our display column counting logic.
179
+ (merge d813ab9 tb/unicode-6.3-zero-width later to maint).
180
+
181
+ * Some tests used shell constructs that did not work well on FreeBSD
182
+ (merge ff7a1c6 km/avoid-bs-in-shell-glob later to maint).
183
+ (merge 00764ca km/avoid-cp-a later to maint).
184
+
174
185
* "git update-ref --stdin" did not fail a request to create a ref
175
186
when the ref already existed.
176
187
(merge b9d56b5 mh/update-ref-batch-create-fix later to maint).
You can’t perform that action at this time.
0 commit comments