summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-2/+2
* Merge branch 'stable-4.11'David Pursehouse2018-04-091-0/+4
|\
| * LFS: Fix potential NPE in LfsPrePushHookMarkus Duft2018-04-041-0/+4
* | Merge "Introduce SshSupport to centralize SSH related utility code"Matthias Sohn2018-03-121-46/+6
|\ \
| * | Introduce SshSupport to centralize SSH related utility codeMarkus Duft2018-03-121-46/+6
| |/
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-113-8/+9
* | Remove deprecated Lfs#Lfs(Path)Matthias Sohn2018-03-101-13/+0
|/
* LFS: Adjust some API to make integration into tools (EGit,...) easierMarkus Duft2018-03-072-4/+11
* SmudgeFilter: Fix Integer boxing warningDavid Pursehouse2018-03-051-1/+2
* Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse2018-03-053-9/+12
* Return this from InstallLfsCommand.setRepository() to allow chainingMatthias Sohn2018-03-041-1/+5
* LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-032-0/+6
* Cleanup stream usage WRT filtersMarkus Duft2018-03-032-30/+45
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-036-11/+399
* LFS: Dramatically improve checkout speed with SSH authenticationMarkus Duft2018-03-014-15/+108
* LFS: pre-push upload supportMarkus Duft2018-02-275-182/+600
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-168-24/+686
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-213-10/+12
* Fix javadoc in org.eclipse.jgit.lfsMatthias Sohn2017-12-1724-84/+190
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-072-10/+9