Git 2.0-rc1
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Apr 2014 17:03:41 +0000 (10:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Apr 2014 17:03:41 +0000 (10:03 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.0.0.txt
GIT-VERSION-GEN
index 3bd2b65964ffaac5c0fd88e743ff5e06cd14b291..ffd4899dcddea473b30fd8757f4dbe5a45986d4d 100644 (file)
@@ -179,6 +179,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).
 
 track are contained in this release (see the maintenance releases'
 notes for details).
 
+ * The remote-helepr 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.
+
  * "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not
    work well with.
    (merge 8cd6596 km/avoid-non-function-return-in-rebase later to maint).
  * "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not
    work well with.
    (merge 8cd6596 km/avoid-non-function-return-in-rebase later to maint).
index 5b367ab7feab2822b972b0051e205eeb940e0519..690cece24c0f5cb335c9152c0a0c885f35d3e08b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.0.0-rc0
+DEF_VER=v2.0.0-rc1
 
 LF='
 '
 
 LF='
 '