summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-11-20 11:26:59 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-11-20 11:26:59 -0800
commit039a6d24638dc995d716bbc6916ae670c185bf11 (patch)
tree4f86be5b1c3cbfb55d840a0696cf3b613244fc27
parentMerge branch 'mb/relnotes-1.8.5-fix' (diff)
parentGit 1.8.4.4 (diff)
downloadtgif-039a6d24638dc995d716bbc6916ae670c185bf11.tar.xz
Sync with 1.8.4.4
-rw-r--r--Documentation/RelNotes/1.8.4.4.txt10
-rw-r--r--Documentation/git.txt3
2 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.8.4.4.txt b/Documentation/RelNotes/1.8.4.4.txt
new file mode 100644
index 0000000000..7bc4c5dcc0
--- /dev/null
+++ b/Documentation/RelNotes/1.8.4.4.txt
@@ -0,0 +1,10 @@
+Git v1.8.4.4 Release Notes
+========================
+
+Fixes since v1.8.4.3
+--------------------
+
+ * The fix in v1.8.4.3 to the pack transfer protocol to propagate
+ the target of symbolic refs broke "git clone/git fetch" from a
+ repository with too many symbolic refs. As a hotfix/workaround,
+ we transfer only the information on HEAD.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 10cddb5b48..ff935bdd2a 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:
-* link:v1.8.4.3/git.html[documentation for release 1.8.4.3]
+* link:v1.8.4.4/git.html[documentation for release 1.8.4.4]
* release notes for
+ link:RelNotes/1.8.4.4.txt[1.8.4.4],
link:RelNotes/1.8.4.3.txt[1.8.4.3],
link:RelNotes/1.8.4.2.txt[1.8.4.2],
link:RelNotes/1.8.4.1.txt[1.8.4.1],