summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.0.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-05-02 20:15:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-05-02 20:15:52 (GMT)
commitb4f86a4ce85e4e370a67455de6586a02f158a789 (patch)
tree5fef12b8d2ac806c012a4e6fe1c518e3e0c71ba9 /Documentation/RelNotes/2.0.0.txt
parent648d9c182723862228065686f2c32c4b6bdcdf5e (diff)
downloadgit-b4f86a4ce85e4e370a67455de6586a02f158a789.zip
git-b4f86a4ce85e4e370a67455de6586a02f158a789.tar.gz
git-b4f86a4ce85e4e370a67455de6586a02f158a789.tar.bz2
Git 2.0-rc2v2.0.0-rc2
Diffstat (limited to 'Documentation/RelNotes/2.0.0.txt')
-rw-r--r--Documentation/RelNotes/2.0.0.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt
index ffd4899..e6911ac 100644
--- a/Documentation/RelNotes/2.0.0.txt
+++ b/Documentation/RelNotes/2.0.0.txt
@@ -179,7 +179,12 @@ 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).
- * The remote-helepr interface to fast-import/fast-export via the
+ * The shell prompt script (in contrib/), when using the PROMPT_COMMAND
+ interface, used an unsafe construct when showing the branch name in
+ $PS1.
+ (merge 8976500 rh/prompt-pcmode-avoid-eval-on-refname later to maint).
+
+ * The remote-helper interface to fast-import/fast-export via the
transport-helper has been tightened to avoid leaving the import
marks file from a failed/crashed run, as such a file that is out of
sync with the reality confuses a later invocation of itself.