Git 2.7-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
de60b97422
commit
554f6e4106
@ -171,6 +171,9 @@ Performance, Internal Implementation, Development Support etc.
|
|||||||
git/git (including build-status for pull requests that people
|
git/git (including build-status for pull requests that people
|
||||||
open).
|
open).
|
||||||
|
|
||||||
|
* The write(2) emulation for Windows learned to set errno to EPIPE
|
||||||
|
when necessary.
|
||||||
|
|
||||||
|
|
||||||
Also contains various documentation updates and code clean-ups.
|
Also contains various documentation updates and code clean-ups.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.7.0-rc1
|
DEF_VER=v2.7.0-rc2
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user