Skip to content

Commit cc29195

Browse files
committed
Git 2.0-rc0
An early-preview for the upcoming Git 2.0. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 531675a commit cc29195

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Documentation/RelNotes/2.0.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
174174
track are contained in this release (see the maintenance releases'
175175
notes for details).
176176

177+
* zsh prompt (in contrib/) leaked unnecessary error messages.
178+
179+
* bash completion (in contrib/) did not complete the refs and remotes
180+
correctly given "git pu<TAB>" when "pu" is aliased to "push".
181+
177182
* Some more Unicode codepoints defined in Unicode 6.3 as having zero
178183
width have been taught to our display column counting logic.
179184
(merge d813ab9 tb/unicode-6.3-zero-width later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.9.0.GIT
4+
DEF_VER=v2.0.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)