Skip to content
Snippets Groups Projects
Commit 35936f8f authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Git 2.0-rc1

parent 1697bf30
No related branches found
No related tags found
No related merge requests found
...@@ -179,6 +179,11 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance ...@@ -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' track are contained in this release (see the maintenance releases'
notes for details). 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 * "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not
work well with. work well with.
(merge 8cd6596 km/avoid-non-function-return-in-rebase later to maint). (merge 8cd6596 km/avoid-non-function-return-in-rebase later to maint).
......
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v2.0.0-rc0 DEF_VER=v2.0.0-rc1
LF=' LF='
' '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment