summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs
Commit message (Expand)AuthorAgeFilesLines
* Prepare 4.9.8-SNAPSHOT buildsMatthias Sohn2018-10-202-15/+15
* JGit v4.9.7.201810191756-rv4.9.7.201810191756-rMatthias Sohn2018-10-192-2/+2
* Prepare 4.9.7-SNAPSHOT buildsMatthias Sohn2018-10-062-15/+15
* JGit v4.9.6.201810051924-rv4.9.6.201810051924-rMatthias Sohn2018-10-062-2/+2
* Prepare 4.9.6-SNAPSHOT buildsMatthias Sohn2018-09-182-15/+15
* JGit v4.9.5.201809180939-rv4.9.5.201809180939-rMatthias Sohn2018-09-182-2/+2
* Prepare 4.9.5-SNAPSHOT buildsMatthias Sohn2018-09-092-15/+15
* JGit v4.9.4.201809090327-rv4.9.4.201809090327-rMatthias Sohn2018-09-092-2/+2
* Prepare 4.9.4-SNAPSHOT buildsMatthias Sohn2018-07-312-15/+15
* JGit v4.9.3.201807311005-rv4.9.3.201807311005-rMatthias Sohn2018-07-312-2/+2
* Prepare 4.9.3-SNAPSHOT buildsMatthias Sohn2017-12-162-15/+15
* JGit v4.9.2.201712150930-rv4.9.2.201712150930-rMatthias Sohn2017-12-152-2/+2
* InvalidLongObjectIdException: Fix formatting of messageDavid Pursehouse2017-12-081-1/+1
* Prepare 4.9.2-SNAPSHOT buildsMatthias Sohn2017-12-032-15/+15
* JGit v4.9.1.201712030800-rv4.9.1.201712030800-rMatthias Sohn2017-12-032-2/+2
* Ignore warning for minor version change without API changeMatthias Sohn2017-11-241-0/+6
* Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2017-10-082-15/+15
* JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2017-10-072-2/+2
* Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn2017-08-301-1/+1
* Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn2017-08-301-2/+2
* Enhance Eclipse save actionsMatthias Sohn2017-08-281-7/+12
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2017-05-302-15/+15
* Remove unused clirr-maven-plugin from LFS pom.xml filesDavid Pursehouse2017-05-121-19/+0
* Bazel: Restrict src globs to Java source filesDavid Pursehouse2017-04-131-1/+1
* Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2017-04-052-15/+15
* Remove Buck buildDavid Pursehouse2017-03-221-17/+0
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-193-1/+5
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+2
* Implement Bazel build for http-apache, lfs, lfs-serverDavid Pursehouse2017-01-221-0/+11
* Expose LFS operation strings as public constantsDavid Pursehouse2017-01-131-0/+21
* LfsProtocolServlet: Improve error on getLargeFileRepository failureDavid Pursehouse2017-01-142-0/+2
* Add support for refusing LFS request due to invalid authorizationDavid Pursehouse2017-01-133-0/+70
* Add LfsPointerFilter TreeFilterDariusz Luksza2017-01-103-3/+114
* [findBugs] Fix potential NPE in CleanFilterMatthias Sohn2016-12-291-1/+4
* Remove unused API warning filtersMatthias Sohn2016-12-291-17/+0
* Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2016-12-272-12/+12
* Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2016-12-242-12/+12
* JGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2016-12-242-2/+2
* 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-122-2/+19
* Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn2016-09-203-5/+5
* Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2016-09-204-1/+131
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-204-2/+181