Skip to content

Commit 894c825

Browse files
committed
Correct issue in FAQ page to link to GitHub issue.
1 parent 7548ad4 commit 894c825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

releases.moxie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ r30: {
66
id: ${project.version}
77
date: ${project.buildDate}
88
note: ''
9-
Gitblit uses Servlet 3.0 and thus drops support for Tomcat 6.
9+
Gitblit uses Servlet 3.0 and thus drops support for Tomcat 6. Run on Tomcat 6 at your own risk.
1010

1111
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.
1212

src/site/faq.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### push failed for branch (n/a (unpacker error))
44

5-
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.
5+
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.
66

77
If you experience this, the workaround is to temporarily disable the reachable check for the receive pack, push, and then re-enable the setting.
88

0 commit comments

Comments
 (0)