提交 64948ad7 编写于 作者: J Junio C Hamano

Git 1.8.4-rc2

This is with mostly minor documentation and test updates, nothing
spectacular except for removal of funky lstat(2) emulation on Cygwin.
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 fb565708
......@@ -242,6 +242,13 @@ UI, Workflows & Features
Performance, Internal Implementation, etc.
* On Cygwin, we used to use our own lstat(2) emulation that is
allegedly faster than the platform one in codepaths where some of
the information it returns did not matter, but it started to bite
us in a few codepaths where the trick it uses to cheat does show
breakages. This emulation has been removed and we use the native
lstat(2) emulation supplied by Cygwin now.
* The function attributes extensions are used to catch mistakes in
use of our own variadic functions that use NULL sentinel at the end
(i.e. like execl(3)) and format strings (i.e. like printf(3)).
......
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v1.8.4-rc1
DEF_VER=v1.8.4-rc2
LF='
'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册