aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-05-101-31/+54
|\
| * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-05-101-31/+54
| |\
| | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-05-101-31/+54
| | |\
| | | * Retry stale file handles on .git/config fileNasser Grainawi2018-05-101-31/+54
* | | | Add a new singlePack option to PackConfigTerry Parker2017-06-141-0/+30
|/ / /
* | | Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-192-0/+2
* | | 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-191-0/+75
|/ /
* / Organize importsDavid Pursehouse2016-11-141-1/+1
|/
* Remove UTF-8 checking duplication in Config lib subclassesMarco Miller2016-05-121-2/+1
* Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-4/+1
* Raise error if FileNotFoundException is caught for an existing fileMatthias Sohn2015-11-241-0/+3
* Expose bitmap selection parameters via PackConfigTerry Parker2015-10-211-8/+270
* Update bitmap selection throttling to fully span active branches.Terry Parker2015-10-211-47/+0
* Limit the range of commits for which bitmaps are created.Terry Parker2015-10-081-0/+47
* Expose the set of root commits in PackStatisticsShawn Pearce2015-08-161-0/+8
* Update comments about PackStatisticsTerry Parker2015-06-161-2/+12
* Add the set of shallow commits to PackStatisticsTerry Parker2015-06-151-0/+11
* Introduce PostUploadHook to replace UploadPackLoggerTerry Parker2015-06-121-0/+462
* Silence deprecation warning in WindowCacheConfigMatthias Sohn2015-05-291-0/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Add missing @since tags for new API methodsMatthias Sohn2013-04-071-0/+2
* Support cutting existing delta chains longer than the max depthShawn Pearce2013-04-051-0/+29
* Add missing @since tagsMatthias Sohn2013-03-221-0/+1
* Fix @since tags in JGit, version 2.4 never existedTomasz Zarna2013-03-213-1/+8
* Merge changes If98b0b97,I7c9c09b4Shawn Pearce2013-03-211-2/+18
|\
| * Add convenience factory method for most used builder patternMatthias Sohn2013-03-201-0/+15
| * Don't use internal type FileRepository in public APIMatthias Sohn2013-03-201-2/+3
* | Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString()Edwin Kempin2013-03-201-12/+12
|/
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-18115-30081/+28
* Merge changes I2645d482,Ic81fefb1,Id64ab38dShawn Pearce2013-03-1813-326/+22
|\
| * Remove cached_packs support in favor of bitmapsShawn Pearce2013-03-1412-299/+5
| * Remove objects before optimization from DfsGarbageCollectorShawn Pearce2013-03-141-18/+7
| * Simplfy caching of DfsPackDescription from PackWriter.StatisticsShawn Pearce2013-03-143-9/+10
* | Merge "Add toString() for PackConfig"Christian Halstrick2013-03-151-0/+18
|\ \
| * | Add toString() for PackConfigEdwin Kempin2013-03-151-0/+18
| |/
* / Add toString() for RepoStatisticsEdwin Kempin2013-03-151-0/+12
|/
* Merge "Cluster UNREACHABLE_GARBAGE packs at the end of the search list"Shawn Pearce2013-03-122-5/+20
|\
| * Cluster UNREACHABLE_GARBAGE packs at the end of the search listShawn Pearce2013-03-082-5/+20
* | Merge "Avoid repacking unreachable garbage in DfsGarbageCollector"Shawn Pearce2013-03-121-5/+52
|\ \
| * | Avoid repacking unreachable garbage in DfsGarbageCollectorShawn Pearce2013-03-081-5/+52
| |/
* / Avoid looking at UNREACHABLE_GARBAGE for client have linesShawn Pearce2013-03-082-4/+24
|/
* Do not attempt to read bitmap from invalid packShawn Pearce2013-03-062-0/+4
* Rename DfsPackFile getBitmap method to match PackFileShawn Pearce2013-03-062-3/+3
* Write the bitmap index correctly in DFS GC.Colby Ranger2013-03-061-1/+1
* Enable writing bitmaps during GC by default.Colby Ranger2013-03-051-1/+1
* Enable writing pack indexes with bitmaps in the GC.Colby Ranger2013-03-056-31/+114
* Support creating pack bitmap indexes in PackWriter.Colby Ranger2013-03-0511-26/+1060
* Added read/write support for pack bitmap index.Colby Ranger2013-03-0520-3/+2274
* Break the dependency on RevObject when creating a newObjectToPack().Colby Ranger2013-03-047-34/+24