Git 2.10-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e28eae3184
commit
d5cb9cbd64
@ -252,6 +252,9 @@ Performance, Internal Implementation, Development Support etc.
|
|||||||
combination has been fixed to be equivalent to doing
|
combination has been fixed to be equivalent to doing
|
||||||
$ git config core.autocrlf true
|
$ git config core.autocrlf true
|
||||||
|
|
||||||
|
* Documentation has been updated to show better example usage
|
||||||
|
of the updated "text=auto" attribute.
|
||||||
|
|
||||||
* A few tests that specifically target "git rebase -i" have been
|
* A few tests that specifically target "git rebase -i" have been
|
||||||
added.
|
added.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.10.0-rc1
|
DEF_VER=v2.10.0-rc2
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user