aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated static AnyLongObjectId#equals methodMatthias Sohn2024-09-031-19/+1
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+3
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-252-0/+4
* [errorprone] Suppress JavaLangClash to avoid breaking changeMatthias Sohn2023-09-251-0/+2
* [errorprone] Fix EqualsGetClassMatthias Sohn2023-09-251-1/+1
* [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-2/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1611-18/+12
* Lazy loading of .lfsconfig.Matthias Fromme2022-04-301-21/+41
* [push, lfs] Tell the pre-push hook whether the push is a dry runThomas Wolf2022-03-231-3/+5
* LFS: clean up messagesThomas Wolf2022-03-211-1/+0
* Fix typos of some keys in LfsTextMatthias Sohn2022-03-033-4/+4
* Sort LfsText entries alphabeticallyMatthias Sohn2022-03-031-8/+8
* Support for "lfs.url" from ".lfsconfig"Matthias Fromme2022-03-034-8/+216
* Support LFS Server URL without .git suffixNail Samatov2022-02-081-6/+23
* LFS: Fix error occurring during delete branchNail Samatov2022-01-271-0/+3
* LFS: handle invalid pointers betterThomas Wolf2021-03-014-49/+145
* LFS: make pointer parsing more robustThomas Wolf2021-01-311-12/+60
* [spotbugs] parse time using thread-safe DateTimeFormatterMatthias Sohn2020-12-171-5/+9
* LfsConnectionFactory#getLfsUrl: Fix unconditional break in for-loopDavid Pursehouse2020-06-291-1/+1
* Fix BadComparable error flagged by error proneDavid Ostrovsky2020-06-011-1/+1
* Fix downloading LFS Object fails behind proxyMatthias Sohn2020-05-121-1/+2
* Merge branch 'stable-5.6'Matthias Sohn2020-02-222-2/+2
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-192-2/+2
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-274-10/+15
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0432-1216/+160
|/
* Add ability to redirect stderr from git hooksTim Neumann2019-12-092-0/+24
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-174-34/+28
* Merge branch 'stable-5.4'Matthias Sohn2019-08-201-21/+20
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-21/+20
| |\
| | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-191-21/+20
| | |\
| | | * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-21/+20
* | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-091-1/+23
|\| | |
| * | | [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
* | | | Constants for objects and info/{http-,}alternatesDavid Turner2019-08-021-1/+3
|/ / /
* | | Abbreviated{Long}ObjectId: Make operator precedence explicitDavid Pursehouse2019-06-111-1/+1
* | | Convert to lambda or member referenceCarsten Hammer2019-05-162-15/+2
|/ /
* | Format @NonNull on return value as method annotationJonathan Nieder2018-10-091-1/+2
* | Format @Nullable on return value as method annotationJonathan Nieder2018-10-092-2/+4
* | [spotBugs] Fix potential NPE in SmudgeFilter#downloadLfsResourceMatthias Sohn2018-09-131-1/+4
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-043-10/+10
* Specify charset when constructing InputStreamReaderDavid Pursehouse2018-09-022-2/+3
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Propagate failure of ssh command to caller of SshSupportMatthias Sohn2018-06-133-23/+38
* Fix issues with LFS on GitHub (SSH)Markus Duft2018-06-122-5/+20
* LFS: Better SSH authentication token timeout handlingMarkus Duft2018-06-091-3/+4
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-182-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-154-42/+42