提交 627736ca 编写于 作者: J Junio C Hamano

Git 2.3.0-rc1

Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 ea6e82c8
......@@ -136,6 +136,11 @@ Unless otherwise noted, all the fixes since v2.2 in the maintenance
track are contained in this release (see the maintenance releases'
notes for details).
* "git http-push" over WebDAV (aka dumb http-push) was broken in
v2.2.2 when parsing a symbolic ref, resulting in a bogus request
that gets rejected by recent versions of cURL library.
(merge f6786c8 jk/http-push-symref-fix later to maint).
* The logic in "git bisect bad HEAD" etc. to avoid forcing the test
of the common ancestor of bad and good commits was broken.
(merge 07913d5 cc/bisect-rev-parsing later to maint).
......
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v2.3.0-rc0
DEF_VER=v2.3.0-rc1
LF='
'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册