summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* InvalidLongObjectIdException: Fix formatting of messageDavid Pursehouse2017-12-071-1/+1
* FileUtils.toPath to convert File to PathMarc Strapetz2017-11-142-2/+3
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-192-0/+4
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+2
* Expose LFS operation strings as public constantsDavid Pursehouse2017-01-131-0/+21
* LfsProtocolServlet: Improve error on getLargeFileRepository failureDavid Pursehouse2017-01-141-0/+1
* Add support for refusing LFS request due to invalid authorizationDavid Pursehouse2017-01-132-0/+69
* Add LfsPointerFilter TreeFilterDariusz Luksza2017-01-102-3/+111
* [findBugs] Fix potential NPE in CleanFilterMatthias Sohn2016-12-291-1/+4
* Fix encoding of LFSPointer filesChristian Halstrick2016-11-241-5/+13
* Use AtomicObjectOutputStream in CleanFilterMatthias Sohn2016-10-262-22/+33
* CleanFilter: use atomic move to move temporary file to media fileMatthias Sohn2016-10-261-1/+3
* Fix temporary file leak in CleanFilterMatthias Sohn2016-10-261-0/+2
* Use AnyLongObjectId instead of LongObjectId in LFS APIMatthias Sohn2016-10-262-8/+9
* Speedup CleanFilter by transferring data in chunks of 8kMatthias Sohn2016-10-261-5/+6
* Content type constants used in lfs should be finalMatthias Sohn2016-10-121-2/+2
* Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2016-09-202-0/+129