From 894c8258387d17ae8694d6e85c7a637cebaa332a Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Mon, 18 Nov 2019 20:31:34 +0100 Subject: Correct issue in FAQ page to link to GitHub issue. --- src/site/faq.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/site/faq.mkd b/src/site/faq.mkd index 160808d6..4b5d2d61 100644 --- a/src/site/faq.mkd +++ b/src/site/faq.mkd @@ -2,7 +2,7 @@ ### push failed for branch (n/a (unpacker error)) -This is a bug in JGit (issue-408). TLDR: Newer git clients are optimized to send less data on the wire. JGit expects complete data to be sent, but there are scenarios where native git can optimize-out sending objects. By default, JGit requires everything sent be complete and referenceable. +This is a bug in JGit (issue-704). TLDR: Newer git clients are optimized to send less data on the wire. JGit expects complete data to be sent, but there are scenarios where native git can optimize-out sending objects. By default, JGit requires everything sent be complete and referenceable. If you experience this, the workaround is to temporarily disable the reachable check for the receive pack, push, and then re-enable the setting. -- cgit v1.2.3