Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-16JGit v4.7.9.201904161809-rv4.7.9.201904161809-rMatthias Sohn2-2/+2
2019-03-12Prepare 4.7.9-SNAPSHOT buildsMatthias Sohn2-15/+15
2019-03-12JGit v4.7.8.201903121755-rv4.7.8.201903121755-rMatthias Sohn2-2/+2
2018-12-24Prepare 4.7.8-SNAPSHOT buildsMatthias Sohn2-15/+15
2018-12-24JGit v4.7.7.201812240805-rv4.7.7.201812240805-rMatthias Sohn2-2/+2
2018-10-19Prepare 4.7.7-SNAPSHOT buildsMatthias Sohn2-15/+15
2018-10-19JGit v4.7.6.201810191618-rv4.7.6.201810191618-rMatthias Sohn2-2/+2
2018-10-05Prepare 4.7.6-SNAPSHOT buildsMatthias Sohn2-15/+15
2018-10-05JGit v4.7.5.201810051826-rv4.7.5.201810051826-rMatthias Sohn2-2/+2
2018-09-18Prepare 4.7.5-SNAPSHOT buildsMatthias Sohn2-15/+15
2018-09-18JGit v4.7.4.201809180905-rv4.7.4.201809180905-rMatthias Sohn2-2/+2
2018-09-09Prepare 4.7.4-SNAPSHOT buildsMatthias Sohn2-15/+15
2018-09-09JGit v4.7.3.201809090215-rv4.7.3.201809090215-rMatthias Sohn2-2/+2
2018-07-26Prepare 4.7.3-SNAPSHOT buildsMatthias Sohn2-15/+15
2018-07-26JGit v4.7.2.201807261330-rv4.7.2.201807261330-rMatthias Sohn2-2/+2
2017-06-08Prepare 4.7.2-SNAPSHOT buildsMatthias Sohn2-15/+15
2017-06-07JGit v4.7.1.201706071930-rv4.7.1.201706071930-rMatthias Sohn2-2/+2
2017-04-05Prepare 4.7.1-SNAPSHOTMatthias Sohn2-15/+15
2017-04-05JGit v4.7.0.201704051617-rv4.7.0.201704051617-rMatthias Sohn2-2/+2
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
2016-08-20LfsProtocolServlet: Add support for rate limit and bandwidth limit errorsDavid Pursehouse2-0/+122
2016-08-20LfsRepository{NotFound,ReadOnly}: Externalize message stringsDavid Pursehouse4-3/+15

Back to the top