aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn2019-04-164-28/+68
|\
| * Remember the cause for invalidating a packfileLuca Milanesio2019-04-114-23/+62
| * Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio2019-04-091-5/+6
* | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2019-03-125-13/+91
|\|
| * Check for packfile validity and fd before readingLuca Milanesio2019-03-121-0/+8
| * Move throw of PackInvalidException outside the catchLuca Milanesio2019-03-121-2/+3
| * Use FileSnapshot to get lastModified on PackFileLuca Milanesio2019-03-121-1/+1
| * Include size when comparing FileSnapshotLuca Milanesio2019-03-123-8/+64
| * Do not reuse packfiles when changed on filesystemLuca Milanesio2019-03-122-2/+15
* | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-12-241-13/+9
|\|
| * Call AdvertiseRefsHook before validating wantsMasaya Suzuki2018-12-241-13/+9
* | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-05-102-31/+55
|\|
| * Retry stale file handles on .git/config fileNasser Grainawi2018-05-102-31/+55
* | Silence boxing warningMatthias Sohn2017-11-221-0/+1
* | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-11-225-3/+134
|\|
| * Fix LockFile semantics when running on NFSChristian Halstrick2017-11-224-1/+125
| * Honor trustFolderStats also when reading packed-refsChristian Halstrick2017-11-211-2/+9
* | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-08-141-2/+11
|\|
| * Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-141-2/+11
* | Merge branch 'stable-4.5' into stable-4.6David Pursehouse2017-03-275-18/+241
|\|
| * Only mark packfile invalid if exception signals permanent problemMatthias Sohn2017-03-265-18/+234
| * Don't flag a packfile invalid if opening existing file failedLuca Milanesio2017-03-251-0/+7
* | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-03-162-7/+38
|\|
| * Don't remove pack when FileNotFoundException is transientLuca Milanesio2017-03-152-7/+38
* | 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-301-0/+53
* | 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
* | Fix FileSnapshot.isModifiedChristian Halstrick2016-12-131-6/+0
* | Decide whether to "Accept-Encoding: gzip" on a request-by-request basisZhen Chen2016-12-092-18/+78
* | Replace usage of deprecated EWAHCompressedBitmap.add(long)David Pursehouse2016-12-072-3/+3
* | Fix merge-base calculationChristian Halstrick2016-11-281-10/+33
* | 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-222-3/+18
* | Close input stream after useZhen Chen2016-11-221-7/+11
* | Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-2114-30/+658
* | Update JavaEWAH to 1.1.6Dave Borowitz2016-11-171-2/+2