aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated static AnyLongObjectId#equals methodMatthias Sohn2024-09-031-19/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-165-11/+0
* Support for "lfs.url" from ".lfsconfig"Matthias Fromme2022-03-031-0/+7
* LFS: handle invalid pointers betterThomas Wolf2021-03-011-1/+3
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-273-8/+15
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-046-228/+30
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-3/+3
* [error prone] suppress AmbiguousMethodReference in AnyLongObjectIdDavid Pursehouse2019-08-091-1/+20
* [error prone] fix ReferenceEquality warning in static equals methodsMatthias Sohn2019-08-091-1/+3
* Error Prone: Increase severity of NonOverridingEquals to ERRORDavid Pursehouse2019-06-171-0/+1
* Abbreviated{Long}ObjectId: Make operator precedence explicitDavid Pursehouse2019-06-111-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-182-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-154-42/+42
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-1/+1
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-161-0/+7
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-4/+5
* Fix javadoc in org.eclipse.jgit.lfsMatthias Sohn2017-12-176-51/+86
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Expose LFS operation strings as public constantsDavid Pursehouse2017-01-131-0/+21
* Add LfsPointerFilter TreeFilterDariusz Luksza2017-01-101-0/+103
* Content type constants used in lfs should be finalMatthias Sohn2016-10-121-2/+2
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-201-0/+7
* Add built-in LFS clean filterChristian Halstrick2016-09-201-2/+6
* Update links to LFS API documentationDavid Pursehouse2016-07-261-2/+2
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-041-1/+13
* Implement SHA-256 abstractionMatthias Sohn2016-02-045-0/+1597