Skip to content

Commit 627736c

Browse files
committed
Git 2.3.0-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ea6e82c commit 627736c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Documentation/RelNotes/2.3.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ Unless otherwise noted, all the fixes since v2.2 in the maintenance
136136
track are contained in this release (see the maintenance releases'
137137
notes for details).
138138

139+
* "git http-push" over WebDAV (aka dumb http-push) was broken in
140+
v2.2.2 when parsing a symbolic ref, resulting in a bogus request
141+
that gets rejected by recent versions of cURL library.
142+
(merge f6786c8 jk/http-push-symref-fix later to maint).
143+
139144
* The logic in "git bisect bad HEAD" etc. to avoid forcing the test
140145
of the common ancestor of bad and good commits was broken.
141146
(merge 07913d5 cc/bisect-rev-parsing later to maint).

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

66
LF='
77
'

0 commit comments

Comments
 (0)