Skip to content

Commit 3f0c02a

Browse files
committed
Update draft release notes for 2.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 940bf24 commit 3f0c02a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.0.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Updates since v1.9 series
4747

4848
UI, 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
171174
track are contained in this release (see the maintenance releases'
172175
notes 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).

0 commit comments

Comments
 (0)