aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/FileLfsRepository.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-5/+8
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* Format @Nullable on return value as method annotationJonathan Nieder2018-10-091-1/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-161-1/+18
* Fix javadoc in org.eclipse.jgit.lfs.serverMatthias Sohn2017-12-171-1/+7
* Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2016-09-201-0/+1
* [findBugs] Prevent potential NPE in FileLfsRepository.getOutputStream()Matthias Sohn2016-05-301-1/+4
* Make the FileLfsRepository thread safeSaša Živkov2016-03-221-15/+2
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-041-0/+185