aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.6.1.201703071140-rv4.6.1.201703071140-rMatthias Sohn2017-03-0756-59/+59
* Update Jetty to 9.4.1.v20170120 in buck buildJonathan Nieder2017-03-062-13/+14
* Update Jetty to 9.4.1.v20170120Matthias Sohn2017-03-0615-103/+117
* Update build to use Tycho 1.0.0Matthias Sohn2017-03-061-1/+1
* Update minimum JDK version in READMEDavid Pursehouse2017-03-061-1/+1
* GC: delete empty directories after purging loose objectsMatthias Sohn2017-02-011-0/+7
* GC.prune(Set<ObjectId>): return early if objects directory is emptyMatthias Sohn2017-01-301-30/+33
* Clean up orphan files in GCHongkai Liu2017-01-302-0/+172
* 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
* Update tycho version to 0.26Matthias Sohn2016-12-262-2/+2
* Update maven pluginsMatthias Sohn2016-12-262-10/+10
* Skip javadoc generation for org.eclipse.jgit.http.testMatthias Sohn2016-12-241-1/+3
* Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2016-12-2456-312/+312
* JGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2016-12-2456-59/+59
* Merge branch 'stable-4.5'Matthias Sohn2016-12-241-3/+8
|\
| * Fix one case of missing objectHector Oswaldo Caballero2016-12-131-3/+8
* | [infer] Fix resource leak in IndexDiffMatthias Sohn2016-12-211-5/+7
* | [infer] Fix resource leak in ObjectCheckerMatthias Sohn2016-12-211-2/+3
* | [infer] Fix a resource leak in PackWriterMatthias Sohn2016-12-191-7/+8
* | [infer] Fix resource leaks in DfsInserterMatthias Sohn2016-12-191-3/+4
* | [infer] Fix resource leak in ManifestParserMatthias Sohn2016-12-181-14/+8
* | [infer] Fix resource leak in RepoCommandMatthias Sohn2016-12-181-9/+3
* | [infer] Fix resource leak in DirCacheMatthias Sohn2016-12-181-3/+3
* | [infer] Fix SubmoduleWalk leaks in submodule commandsMatthias Sohn2016-12-183-6/+3
* | [infer] Fix resource leaks in SubmoduleAddCommandMatthias Sohn2016-12-181-2/+8
* | [infer] Fix resource leaks in RebaseCommandMatthias Sohn2016-12-181-7/+9
* | [infer] Fix resource leak in BlameCommandMatthias Sohn2016-12-181-5/+6
* | Ignore infer output folderMatthias Sohn2016-12-181-0/+1
* | Update maven-source-plugin to 3.0.1 to fix OOM during buildMatthias Sohn2016-12-181-1/+1
* | Fix FileSnapshot.isModifiedChristian Halstrick2016-12-133-23/+103
* | Decide whether to "Accept-Encoding: gzip" on a request-by-request basisZhen Chen2016-12-092-18/+78
* | Configure max heap size for Maven buildMatthias Sohn2016-12-091-0/+1
* | Upgrade errorprone to 2.0.15David Pursehouse2016-12-081-1/+1
* | Replace usage of deprecated EWAHCompressedBitmap.add(long)David Pursehouse2016-12-072-3/+3
* | Expose getObjectToTransfer method of FileLfsServletJacek Centkowski2016-12-061-1/+14
* | Merge branch 'stable-4.5'David Pursehouse2016-12-061-2/+3
|\|
| * Use the same variable to check and extract LFS object idJacek Centkowski2016-11-241-2/+3
* | Upgrade buck to latest versionDavid Pursehouse2016-12-011-1/+1
* | Fix merge-base calculationChristian Halstrick2016-11-282-11/+59
* | Configure Maven to run tests concurrently by defaultMatthias Sohn2016-11-251-0/+1
* | Enable error-prone for the Maven buildDavid Pursehouse2016-11-251-1/+48
* | Fix encoding of LFSPointer filesChristian Halstrick2016-11-243-5/+85
* | Specify RevisionSyntaxException message in Repository#resolveGrace Wang2016-11-241-3/+11
* | Add missing @since tags for new APIMatthias Sohn2016-11-232-1/+5
* | dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2016-11-223-4/+20
* | Merge "Close input stream after use"Jonathan Nieder2016-11-221-7/+11
|\ \
| * | Close input stream after useZhen Chen2016-11-221-7/+11
* | | Fix content length in HttpClientConnectionZhen Chen2016-11-221-2/+11
|/ /
* | Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-2120-41/+780