Skip to content

Commit b4f86a4

Browse files
committed
Git 2.0-rc2
1 parent 648d9c1 commit b4f86a4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Documentation/RelNotes/2.0.0.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,12 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
179179
track are contained in this release (see the maintenance releases'
180180
notes for details).
181181

182-
* The remote-helepr interface to fast-import/fast-export via the
182+
* The shell prompt script (in contrib/), when using the PROMPT_COMMAND
183+
interface, used an unsafe construct when showing the branch name in
184+
$PS1.
185+
(merge 8976500 rh/prompt-pcmode-avoid-eval-on-refname later to maint).
186+
187+
* The remote-helper interface to fast-import/fast-export via the
183188
transport-helper has been tightened to avoid leaving the import
184189
marks file from a failed/crashed run, as such a file that is out of
185190
sync with the reality confuses a later invocation of itself.

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=v2.0.0-rc1
4+
DEF_VER=v2.0.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)