summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-21 00:54:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-01-21 01:35:41 (GMT)
commit627736ca799edacf13881da7e671964a0afb94b8 (patch)
treedfa17d7729033f50b5696b70c44b4b74749a25c7 /Documentation/RelNotes
parentea6e82c875a110f93d43cb246b76c55fb8c57de6 (diff)
downloadgit-627736ca799edacf13881da7e671964a0afb94b8.zip
git-627736ca799edacf13881da7e671964a0afb94b8.tar.gz
git-627736ca799edacf13881da7e671964a0afb94b8.tar.bz2
Git 2.3.0-rc1v2.3.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.3.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.3.0.txt b/Documentation/RelNotes/2.3.0.txt
index 72ef007..11dc73c 100644
--- a/Documentation/RelNotes/2.3.0.txt
+++ b/Documentation/RelNotes/2.3.0.txt
@@ -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).