Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-31Prepare 4.10.1-SNAPSHOT buildsMatthias Sohn2-15/+15
2017-12-31JGit v4.10.0.201712302008-rv4.10.0.201712302008-rMatthias Sohn2-2/+2
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
2016-12-24Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2-12/+12
2016-12-24JGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2-2/+2
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 Sohn2-2/+19
2016-09-20Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn3-5/+5
2016-09-20Move AtomicObjectOutputStream to lfs/internalChristian Halstrick4-1/+131
2016-09-20Add built-in LFS smudge filter for local caseChristian Halstrick4-2/+181
2016-09-20Add built-in LFS clean filterChristian Halstrick8-5/+534
2016-09-19Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2-9/+9
2016-08-30Add specific exception for LFS unavailableDavid Pursehouse3-1/+68
2016-08-30Add Javadoc for LFS exception messagesDavid Pursehouse7-0/+7
2016-08-25LfsProtocolServlet: Add support for insufficient storage errorDavid Pursehouse1-0/+61

Back to the top