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
4747
4848UI, Workflows & Features
4949
50+ * The "multi-mail" post-receive hook (in contrib/) has been updated
51+ to a more recent version from the upstream.
52+
5053 * "git gc --aggressive" learned "--depth" option and
5154 "gc.aggressiveDepth" configuration variable to allow use of a less
5255 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
171174track are contained in this release (see the maintenance releases'
172175notes for details).
173176
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+
174185 * "git update-ref --stdin" did not fail a request to create a ref
175186 when the ref already existed.
176187 (merge b9d56b5 mh/update-ref-batch-create-fix later to maint).
You can’t perform that action at this time.
0 commit comments