Skip to content

Commit becb433

Browse files
committed
Git 1.8.4.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d007dbf commit becb433

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Documentation/RelNotes/1.8.4.4.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Git v1.8.4.4 Release Notes
2+
========================
3+
4+
Fixes since v1.8.4.3
5+
--------------------
6+
7+
* The fix in v1.8.4.3 to the pack transfer protocol to propagate
8+
the target of symbolic refs broke "git clone/git fetch" from a
9+
repository with too many symbolic refs. As a hotfix/workaround,
10+
we transfer only the information on HEAD.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.8.4.3/git.html[documentation for release 1.8.4.3]
46+
* link:v1.8.4.4/git.html[documentation for release 1.8.4.4]
4747

4848
* release notes for
49+
link:RelNotes/1.8.4.4.txt[1.8.4.4],
4950
link:RelNotes/1.8.4.3.txt[1.8.4.3],
5051
link:RelNotes/1.8.4.2.txt[1.8.4.2],
5152
link:RelNotes/1.8.4.1.txt[1.8.4.1],

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.8.4.3.txt
1+
Documentation/RelNotes/1.8.4.4.txt

0 commit comments

Comments
 (0)