From becb4336cb05c5ec456babaeafefa2e24ee85773 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 20 Nov 2013 11:26:08 -0800 Subject: Git 1.8.4.4 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.8.4.4.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Documentation/RelNotes/1.8.4.4.txt (limited to 'Documentation/RelNotes') 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. -- cgit v1.2.1