Skip to content

Commit 554f6e4

Browse files
committed
Git 2.7-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent de60b97 commit 554f6e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Documentation/RelNotes/2.7.0.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ Performance, Internal Implementation, Development Support etc.
171171
git/git (including build-status for pull requests that people
172172
open).
173173

174+
* The write(2) emulation for Windows learned to set errno to EPIPE
175+
when necessary.
176+
174177

175178
Also contains various documentation updates and code clean-ups.
176179

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.7.0-rc1
4+
DEF_VER=v2.7.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)