summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.0.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-04-16 20:43:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-04-16 20:43:26 (GMT)
commit3f0c02a1c018ddaced5c97b58f550b2ad17dd0a9 (patch)
treee184fa660241a728c8e3f2b1bae0a8a4293f0892 /Documentation/RelNotes/2.0.0.txt
parent940bf249fea072c2e66c1c9ddacfa536c0f9b6dd (diff)
downloadgit-3f0c02a1c018ddaced5c97b58f550b2ad17dd0a9.zip
git-3f0c02a1c018ddaced5c97b58f550b2ad17dd0a9.tar.gz
git-3f0c02a1c018ddaced5c97b58f550b2ad17dd0a9.tar.bz2
Update draft release notes for 2.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.0.0.txt')
-rw-r--r--Documentation/RelNotes/2.0.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt
index 9e06b7d..46ae447 100644
--- a/Documentation/RelNotes/2.0.0.txt
+++ b/Documentation/RelNotes/2.0.0.txt
@@ -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.
@@ -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).