]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.0-rc0 v2.0.0-rc0
authorJunio C Hamano <gitster@pobox.com>
Fri, 18 Apr 2014 18:21:43 +0000 (11:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Apr 2014 18:21:43 +0000 (11:21 -0700)
An early-preview for the upcoming Git 2.0.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.0.0.txt
GIT-VERSION-GEN

index 46ae447dfdaa769067699eafd266acdf955e0dbe..e3102524529ab54247a7a2ec56f4dbd42f4c9d51 100644 (file)
@@ -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).
index a651d68656617182ef79e9bad5d539d74346b83c..5b367ab7feab2822b972b0051e205eeb940e0519 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.9.0.GIT
+DEF_VER=v2.0.0-rc0
 
 LF='
 '