Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-08Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-24/+24
2018-03-08Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2-24/+24
2018-03-08JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2-2/+2
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-03Enable warning for resources not managed by try-with-resourceDavid Pursehouse1-1/+1
2018-03-03LFS: Enable LFS support for the CLI, better error handlingMarkus Duft3-0/+7
2018-03-03Cleanup stream usage WRT filtersMarkus Duft2-30/+45
2018-03-03LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft8-11/+417
2018-03-01LFS: Dramatically improve checkout speed with SSH authenticationMarkus Duft4-15/+108
2018-02-27LFS: pre-push upload supportMarkus Duft8-183/+616
2018-02-19Declare LFS dependency on GSON for Bazel buildHan-Wen Nienhuys1-0/+1
2018-02-16LFS: Add remote download to SmudgeFilterMarkus Duft11-27/+707
2017-12-31Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2-15/+15
2017-12-23Add header Automatic-Module-Name for Java 9Karsten Thoms1-0/+1
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-24Merge branch 'stable-4.9'Matthias Sohn1-0/+6
2017-11-24Ignore warning for minor version change without API changeMatthias Sohn1-0/+6
2017-11-14FileUtils.toPath to convert File to PathMarc Strapetz2-2/+3
2017-10-08Prepare 4.10.0-SNAPSHOT buildsMatthias Sohn2-15/+15
2017-10-08Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2-15/+15
2017-10-07JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2-2/+2
2017-08-30Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-1/+1
2017-08-29Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-2/+2
2017-08-28Enhance Eclipse save actionsMatthias Sohn1-7/+12
2017-07-25Add missing newlines at ends of Java filesDavid Pursehouse1-1/+1
2017-05-30Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2-15/+15
2017-05-11Remove unused clirr-maven-plugin from LFS pom.xml filesDavid Pursehouse1-19/+0
2017-04-13Bazel: Restrict src globs to Java source filesDavid Pursehouse1-1/+1
2017-04-05Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2-15/+15
2017-03-22Remove Buck buildDavid Pursehouse1-17/+0
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse1-1/+1
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse3-1/+5
2017-01-28Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn1-1/+2
2017-01-22Implement Bazel build for http-apache, lfs, lfs-serverDavid Pursehouse1-0/+11
2017-01-13Expose LFS operation strings as public constantsDavid Pursehouse1-0/+21
2017-01-13LfsProtocolServlet: Improve error on getLargeFileRepository failureDavid Pursehouse2-0/+2
2017-01-13Add support for refusing LFS request due to invalid authorizationDavid Pursehouse3-0/+70
2017-01-09Add LfsPointerFilter TreeFilterDariusz Luksza3-3/+114
2016-12-29[findBugs] Fix potential NPE in CleanFilterMatthias Sohn1-1/+4
2016-12-28Remove unused API warning filtersMatthias Sohn1-17/+0
2016-12-27Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2-12/+12

Back to the top