aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RefUpdateTest: Don't call createBareRepository in try-with-resourceDavid Pursehouse2017-01-281-8/+8
* ReceivePackAdvertiseRefsHookTest: Don't close repositories in teardownDavid Pursehouse2017-01-281-10/+0
* RepoCommand#readFile: Don't call Git#getRepository() in try-with-resourceDavid Pursehouse2017-01-281-3/+2
* RepoCommandTest: Don't wrap create{Bare,Work}Directory in t-w-rDavid Pursehouse2017-01-281-362/+321
* LocalDiskRepositoryTestCase: Only add to toClose through access methodDavid Pursehouse2017-01-281-1/+1
* GitConstructionTest: Remove unnecessary calls to Repository.close()David Pursehouse2017-01-281-10/+0
* Merge "LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to cl...Matthias Sohn2017-01-281-1/+3
|\
| * LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to closeDavid Pursehouse2017-01-271-1/+3
* | Merge "Remove unused org.apache.http.impl.client.cache requirement"Andrey Loskutov2017-01-281-1/+0
|\ \ | |/ |/|
| * Remove unused org.apache.http.impl.client.cache requirementAndrey Loskutov2017-01-261-1/+0
* | Repository: Include repository name when logging corrupt use countDavid Pursehouse2017-01-272-4/+5
* | Record the estimated size of the pack files.Thirumala Reddy Mutchukota2017-01-266-8/+482
|/
* Merge branch 'stable-4.6'David Pursehouse2017-01-267-19/+21
|\
| * Update Orbit to S20170120205402 and com.jcraft.jsch to 0.1.54Matthias Sohn2017-01-237-19/+21
| * Fix preparation of 4.6.1-SNAPSHOT buildsMatthias Sohn2017-01-231-2/+2
* | Fixes Javadoc error in org.eclipse.jgit created with I59539acLars Vogel2017-01-252-6/+27
* | Remove @since tags from internal packagesJonathan Nieder2017-01-2419-43/+0
* | gc: loosen unreferenced objectsDavid Turner2017-01-243-10/+88
* | [infer] Mark ManifestParse.getFilteredProjects non-nullMatthias Sohn2017-01-231-1/+2
* | [infer] Fix potential NPE in DiffFormatterMatthias Sohn2017-01-231-1/+1
* | [infer] Fix potential NPE in CloneCommandMatthias Sohn2017-01-231-6/+18
* | Implement Bazel build for http-apache, lfs, lfs-serverDavid Pursehouse2017-01-224-0/+44
* | Format Bazel files with buildifierDavid Pursehouse2017-01-226-113/+123
* | Change StreamGobbler to Runnable to avoid unused FutureShawn Pearce2017-01-211-12/+15
* | Add missing @since tags on new API constantsMatthias Sohn2017-01-191-2/+2
* | gc: Add options to preserve and prune old pack filesJames Melvin2017-01-197-7/+215
* | Make ObjectDownloadListener publicDavid Pursehouse2017-01-191-2/+4
* | Implement initial framework of Bazel buildDavid Ostrovsky2017-01-189-0/+207
* | Normalizer creating a valid branch name from a stringWim Jongman2017-01-182-0/+119
* | Merge "Fix StashApplyCommand for stashes containing untracked changes."Christian Halstrick2017-01-162-5/+22
|\ \
| * | Fix StashApplyCommand for stashes containing untracked changes.Thomas Wolf2017-01-152-5/+22
* | | Fix possible InvalidObjectIdException in ObjectDirectoryMarc Strapetz2017-01-154-2/+54
|/ /
* | Add missing slf4j dependency in BUCK file for jgit-lfs-serverZhen Chen2017-01-141-1/+2
* | Skip pack header bytes in DfsPackFileZhen Chen2017-01-131-1/+10
* | LfsProtocolServlet#LfsRequest: Add operation type helper methodsDavid Pursehouse2017-01-141-0/+27
* | Expose LFS operation strings as public constantsDavid Pursehouse2017-01-132-7/+27
* | LfsProtocolServlet: Improve error on getLargeFileRepository failureDavid Pursehouse2017-01-144-2/+14
* | Add support for refusing LFS request due to invalid authorizationDavid Pursehouse2017-01-134-0/+74
* | Add LfsPointerFilter TreeFilterDariusz Luksza2017-01-106-5/+338
* | Pack refs/tags/ with refs/heads/Shawn Pearce2017-01-033-11/+19
* | Get rid of javax.servlet API dependency for core org.eclipse.jgitMarc Strapetz2017-01-034-12/+4
* | [findBugs] PackWriter.NONE should be finalMatthias Sohn2016-12-301-1/+1
* | [findBugs] Remove reliance on default encoding in Base64Matthias Sohn2016-12-291-11/+3
* | [findBugs] Fix potential NPE in CleanFilterMatthias Sohn2016-12-291-1/+4
* | [findBugs] Fix potential NPE in ObjectDirectoryTestMatthias Sohn2016-12-291-1/+1
* | [findBugs] Fix potential NPE in GcPackRefsTestMatthias Sohn2016-12-291-1/+2
* | [findBugs] Fix potential NPE in GCMatthias Sohn2016-12-291-3/+4
* | [findBugs] Fix potential NPE in DirCacheCheckoutTestMatthias Sohn2016-12-291-1/+2
* | Remove unused API warning filtersMatthias Sohn2016-12-292-34/+0
* | Fix keep pack filenameJames Melvin2016-12-273-2/+9