diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 18:12:11 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-12-04 18:14:00 +0100 |
commit | 85e11bd597f8e5c817501e94475fb6902762e20f (patch) | |
tree | 38d740a55a3b2d325c49e60ae68b6f4f9d86840d /org.eclipse.jgit.http.server/src/org/eclipse | |
parent | 4fd8c1406ff997579ef08d644b84b2f4757c9f11 (diff) | |
parent | 2e5110eda0d1a997f2bba4e7f96e7c5224e55697 (diff) | |
download | jgit-85e11bd597f8e5c817501e94475fb6902762e20f.tar.gz jgit-85e11bd597f8e5c817501e94475fb6902762e20f.zip |
Merge branch 'stable-5.6' into stable-5.7
* stable-5.6:
Add missing @since tag
Add missing @since tags
Remove unused import in ApacheSshTest
Update maven plugins
Ignore missing javadoc in test bundles
storage: file: De-duplicate File.exists()+File.isFile()
RefDirectory.scanRef: Re-use file existence check done in snapshot creation
FileSnapshot: Lazy load file store attributes cache
Update eclipse-jarsigner-plugin to 1.3.2
Fix p2 repository URLs
Change-Id: I53e6cb4b3a34b32d964e486c1ff3d130eed6e406
Diffstat (limited to 'org.eclipse.jgit.http.server/src/org/eclipse')
-rw-r--r-- | org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/GitFilter.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/GitFilter.java b/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/GitFilter.java index 1769832fba..c37d60ba70 100644 --- a/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/GitFilter.java +++ b/org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/GitFilter.java @@ -125,6 +125,7 @@ public class GitFilter extends MetaFilter { * * @param h * A custom error handler for git-upload-pack. + * @since 5.6 */ public void setUploadPackErrorHandler(UploadPackErrorHandler h) { assertNotInitialized(); |