]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.7-rc2 v2.7.0-rc2
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Dec 2015 22:46:01 +0000 (14:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Dec 2015 22:46:01 +0000 (14:46 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.7.0.txt
GIT-VERSION-GEN

index 215528b4b85eb2c49d1d1d08d8bf2eb2358b1fdc..dbc3fea7faae1f61b476d6983f1431b404506e06 100644 (file)
@@ -171,6 +171,9 @@ Performance, Internal Implementation, Development Support etc.
    git/git (including build-status for pull requests that people
    open).
 
+ * The write(2) emulation for Windows learned to set errno to EPIPE
+   when necessary.
+
 
 Also contains various documentation updates and code clean-ups.
 
index 4478007b0178807c6113066cc709630770ca199a..904265b2c1add2aa9d974a18e8a63ab13038c070 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.7.0-rc1
+DEF_VER=v2.7.0-rc2
 
 LF='
 '