Skip to content

Commit

Permalink
Update draft release notes for 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Apr 16, 2014
1 parent 940bf24 commit 3f0c02a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/RelNotes/2.0.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ Updates since v1.9 series

UI, Workflows & Features

* The "multi-mail" post-receive hook (in contrib/) has been updated
to a more recent version from the upstream.

* "git gc --aggressive" learned "--depth" option and
"gc.aggressiveDepth" configuration variable to allow use of a less
insane depth than the built-in default value of 250.
Expand Down Expand Up @@ -171,6 +174,14 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
track are contained in this release (see the maintenance releases'
notes for details).

* Some more Unicode codepoints defined in Unicode 6.3 as having zero
width have been taught to our display column counting logic.
(merge d813ab9 tb/unicode-6.3-zero-width later to maint).

* Some tests used shell constructs that did not work well on FreeBSD
(merge ff7a1c6 km/avoid-bs-in-shell-glob later to maint).
(merge 00764ca km/avoid-cp-a later to maint).

* "git update-ref --stdin" did not fail a request to create a ref
when the ref already existed.
(merge b9d56b5 mh/update-ref-batch-create-fix later to maint).
Expand Down

0 comments on commit 3f0c02a

Please sign in to comment.