summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@devolo.de>2019-11-18 20:31:34 +0100
committerFlorian Zschocke <florian.zschocke@devolo.de>2019-11-18 20:31:34 +0100
commit894c8258387d17ae8694d6e85c7a637cebaa332a (patch)
tree7fac204e1c1efb62ef162b5a1cc0068140ebb822
parent7548ad4c54b37e6b63d0730c7a7814f67d61f87e (diff)
downloadgitblit-894c8258387d17ae8694d6e85c7a637cebaa332a.tar.gz
gitblit-894c8258387d17ae8694d6e85c7a637cebaa332a.zip
Correct issue in FAQ page to link to GitHub issue.
-rw-r--r--releases.moxie2
-rw-r--r--src/site/faq.mkd2
2 files changed, 2 insertions, 2 deletions
diff --git a/releases.moxie b/releases.moxie
index e0f9223e..6bf7593f 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -6,7 +6,7 @@ r30: {
id: ${project.version}
date: ${project.buildDate}
note: ''
- Gitblit uses Servlet 3.0 and thus drops support for Tomcat 6.
+ Gitblit uses Servlet 3.0 and thus drops support for Tomcat 6. Run on Tomcat 6 at your own risk.
With the update to Lucene 5.5.2 reindexing of the tickets is necessary. This is done automatically during the first server start after an upgrade. Depending on the amount of tickets you have, this could take a little while. The old index is kept, so that a downgrade is still possible without losing information. The old index can be deleted, when a downgrade is no longer required.
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.