summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.0.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-04-18 18:21:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-04-18 18:21:43 (GMT)
commitcc291953df19aa4a97bee3590e708dc1fc557500 (patch)
treec752023ceb77b1dca50d5a03c1c38c04a0d6e217 /Documentation/RelNotes/2.0.0.txt
parent531675ad172f984a6dbc2ac840caaf6ba1015eb0 (diff)
downloadgit-cc291953df19aa4a97bee3590e708dc1fc557500.zip
git-cc291953df19aa4a97bee3590e708dc1fc557500.tar.gz
git-cc291953df19aa4a97bee3590e708dc1fc557500.tar.bz2
Git 2.0-rc0v2.0.0-rc0
An early-preview for the upcoming Git 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.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt
index 46ae447..e310252 100644
--- a/Documentation/RelNotes/2.0.0.txt
+++ b/Documentation/RelNotes/2.0.0.txt
@@ -174,6 +174,11 @@ 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).
+ * zsh prompt (in contrib/) leaked unnecessary error messages.
+
+ * bash completion (in contrib/) did not complete the refs and remotes
+ correctly given "git pu<TAB>" when "pu" is aliased to "push".
+
* 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).