Skip to content

Commit 35936f8

Browse files
committed
Git 2.0-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1697bf3 commit 35936f8

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
@@ -179,6 +179,11 @@ 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
183+
transport-helper has been tightened to avoid leaving the import
184+
marks file from a failed/crashed run, as such a file that is out of
185+
sync with the reality confuses a later invocation of itself.
186+
182187
* "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not
183188
work well with.
184189
(merge 8cd6596 km/avoid-non-function-return-in-rebase 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=v2.0.0-rc0
4+
DEF_VER=v2.0.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)