Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-20 23:26:08 +0400
committerJunio C Hamano <gitster@pobox.com>2013-11-20 23:26:08 +0400
commitbecb4336cb05c5ec456babaeafefa2e24ee85773 (patch)
treeb4dd55a0aa43d68df52607d5b86997d1043e62f4
parentd007dbf7d6d647dbcf0f357545f43f36dec46f3b (diff)
Git 1.8.4.4v1.8.4.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.8.4.4.txt10
-rw-r--r--Documentation/git.txt3
l---------RelNotes2
3 files changed, 13 insertions, 2 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 3334820ecd..7f13d8f444 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],
diff --git a/RelNotes b/RelNotes
index 13a018df3a..ba00ad8f49 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.8.4.3.txt \ No newline at end of file
+Documentation/RelNotes/1.8.4.4.txt \ No newline at end of file