Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Convert to lambda or member referenceCarsten Hammer2-15/+2
2018-10-09Format @NonNull on return value as method annotationJonathan Nieder1-1/+2
2018-10-09Format @Nullable on return value as method annotationJonathan Nieder2-2/+4
2018-09-12[spotBugs] Fix potential NPE in SmudgeFilter#downloadLfsResourceMatthias Sohn1-1/+4
2018-09-04Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse3-10/+10
2018-09-02Specify charset when constructing InputStreamReaderDavid Pursehouse2-2/+3
2018-08-23refactor: simplify collection.toArray()Michael Keppler1-1/+1
2018-06-13Propagate failure of ssh command to caller of SshSupportMatthias Sohn3-23/+38
2018-06-12Fix issues with LFS on GitHub (SSH)Markus Duft2-5/+20
2018-06-09LFS: Better SSH authentication token timeout handlingMarkus Duft1-3/+4
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2-2/+2
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys4-42/+42
2018-04-25Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn1-2/+2
2018-04-09Merge branch 'stable-4.11'David Pursehouse1-0/+4
2018-04-04LFS: Fix potential NPE in LfsPrePushHookMarkus Duft1-0/+4
2018-03-12Merge "Introduce SshSupport to centralize SSH related utility code"Matthias Sohn1-46/+6
2018-03-12Introduce SshSupport to centralize SSH related utility codeMarkus Duft1-46/+6
2018-03-11Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse3-8/+9
2018-03-10Remove deprecated Lfs#Lfs(Path)Matthias Sohn1-13/+0
2018-03-07LFS: Adjust some API to make integration into tools (EGit,...) easierMarkus Duft2-4/+11
2018-03-05SmudgeFilter: Fix Integer boxing warningDavid Pursehouse1-1/+2
2018-03-05Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse3-9/+12
2018-03-04Return this from InstallLfsCommand.setRepository() to allow chainingMatthias Sohn1-1/+5
2018-03-03LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2-0/+6
2018-03-03Cleanup stream usage WRT filtersMarkus Duft2-30/+45
2018-03-03LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft6-11/+399
2018-03-01LFS: Dramatically improve checkout speed with SSH authenticationMarkus Duft4-15/+108
2018-02-27LFS: pre-push upload supportMarkus Duft5-182/+600
2018-02-16LFS: Add remote download to SmudgeFilterMarkus Duft8-24/+686
2017-12-21Fix remaining javadoc errors raised by doclintMatthias Sohn3-10/+12
2017-12-17Fix javadoc in org.eclipse.jgit.lfsMatthias Sohn24-84/+190
2017-12-07Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2-10/+9
2017-12-07InvalidLongObjectIdException: Fix formatting of messageDavid Pursehouse1-1/+1
2017-11-14FileUtils.toPath to convert File to PathMarc Strapetz2-2/+3
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse1-1/+1
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2-0/+4
2017-01-28Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn1-1/+2
2017-01-13Expose LFS operation strings as public constantsDavid Pursehouse1-0/+21
2017-01-13LfsProtocolServlet: Improve error on getLargeFileRepository failureDavid Pursehouse1-0/+1
2017-01-13Add support for refusing LFS request due to invalid authorizationDavid Pursehouse2-0/+69
2017-01-09Add LfsPointerFilter TreeFilterDariusz Luksza2-3/+111
2016-12-29[findBugs] Fix potential NPE in CleanFilterMatthias Sohn1-1/+4
2016-11-24Fix encoding of LFSPointer filesChristian Halstrick1-5/+13
2016-10-26Use AtomicObjectOutputStream in CleanFilterMatthias Sohn2-22/+33
2016-10-26CleanFilter: use atomic move to move temporary file to media fileMatthias Sohn1-1/+3
2016-10-26Fix temporary file leak in CleanFilterMatthias Sohn1-0/+2
2016-10-26Use AnyLongObjectId instead of LongObjectId in LFS APIMatthias Sohn2-8/+9
2016-10-26Speedup CleanFilter by transferring data in chunks of 8kMatthias Sohn1-5/+6
2016-10-12Content type constants used in lfs should be finalMatthias Sohn1-2/+2
2016-09-20Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2-0/+129

Back to the top