1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-20 05:16:09 +02:00

Git 1.8.4.4

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2013-11-20 11:26:08 -08:00
parent d007dbf7d6
commit becb4336cb
3 changed files with 13 additions and 2 deletions

View File

@ -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.

View File

@ -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],

View File

@ -1 +1 @@
Documentation/RelNotes/1.8.4.3.txt
Documentation/RelNotes/1.8.4.4.txt