summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make BitmapIndexImpl.CompressedBitmap, CompressedBitmapBuilder staticJonathan Nieder2015-11-091-78/+71
|/ /
* | Skip redundant 'OR-reuse' step in tip commit bitmap setupJonathan Nieder2015-11-081-8/+3
* | Avoid repeated sort of tipCommitBitmapsJonathan Nieder2015-11-071-5/+6
* | [style] Shorten line lengths and import order in bitmap codeTerry Parker2015-11-072-3/+5
* | Inline PackWriterBitmapWalker.newRevFilter into callersJonathan Nieder2015-11-052-12/+10
* | Convert remaining callers of BitmapBuilder.add to use .addObjectJonathan Nieder2015-11-052-3/+3
* | Merge changes I57b1d7c1,I590ac460Jonathan Nieder2015-11-051-20/+84
|\ \
| * | Use .addObject and .or instead of .add in AddToBitmapFilterJonathan Nieder2015-11-051-2/+18
| * | Replace anonymous BitmapRevFilter subclasses with explicit classesJonathan Nieder2015-11-051-20/+68
* | | Merge "Fix imports in DfsInserterTest"Matthias Sohn2015-11-051-10/+9
|\ \ \
| * | | Fix imports in DfsInserterTestMatthias Sohn2015-11-051-10/+9
* | | | Merge changes Ia95da478,I2773aa94,Ib745645f,I92c65f34,Ibb714002, ...Jonathan Nieder2015-11-054-25/+124
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Remove BitmapRevFilter.getCountOfLoadedCommitsJonathan Nieder2015-11-051-8/+8
| * | Make BitmapBuilder.getBitmapIndex publicJonathan Nieder2015-11-052-1/+9
| * | Deprecate BitmapBuilder.add and introduce simpler addObject methodJonathan Nieder2015-11-052-4/+24
| * | Add @Override annotations to BitmapIndexImplJonathan Nieder2015-11-051-0/+16
| * | Rely on bitmap RevFilter to filter walk during bitmap selectionJonathan Nieder2015-11-051-3/+0
| * | Use 'reused' bitmap to filter walk during bitmap selectionJonathan Nieder2015-11-051-3/+7
| * | Rely on bitmap RevFilter to filter tip commit setup walkJonathan Nieder2015-11-051-1/+0
| * | Use 'reused' bitmap to filter tip commit setup walkJonathan Nieder2015-11-051-0/+42
| * | Include ancestors of reused bitmap commits in reuse bitmap againJonathan Nieder2015-11-032-5/+18
* | | Insert duplicate objects to prevent race during garbage collection.Mike Williams2015-11-043-8/+86
* | | Merge "Delta compression: reuse DeltaTask.getAdjustedWeight()"Jonathan Nieder2015-11-042-3/+2
|\ \ \
| * | | Delta compression: reuse DeltaTask.getAdjustedWeight()Terry Parker2015-11-032-3/+2
* | | | Merge "[performance] Speed up delta packing"Shawn Pearce2015-11-041-8/+15
|\| | | | |/ / |/| |
| * | [performance] Speed up delta packingTerry Parker2015-11-031-8/+15
* | | Merge "Decrease indentation in setupTipCommitBitmaps"Jonathan Nieder2015-11-031-23/+27
|\ \ \
| * | | Decrease indentation in setupTipCommitBitmapsJonathan Nieder2015-11-031-23/+27
* | | | Merge "[style] Add braces to DeltaTask"Jonathan Nieder2015-11-031-15/+29
|\ \ \ \ | | |/ / | |/| |
| * | | [style] Add braces to DeltaTaskTerry Parker2015-11-031-15/+29
* | | | Add support for pre-push hooksChristian Halstrick2015-11-024-2/+238
* | | | Enhance FS.runProcess() to support stdin-redirection and binary dataChristian Halstrick2015-11-022-40/+242
| |/ / |/| |
* | | Cleaned up various readPipe() threading issuesAndrey Loskutov2015-11-011-25/+24
* | | Don't report errors logged by FS with "debug" levelAndrey Loskutov2015-10-311-21/+7
|/ /
* | Building bitmaps: Simplify the logic to sort by chainsTerry Parker2015-10-291-15/+8
* | Merge "Pack bitmaps: improve readability"Jonathan Nieder2015-10-291-26/+42
|\ \
| * | Pack bitmaps: improve readabilityTerry Parker2015-10-281-26/+42
* | | Merge "Bitmap generation: Add a test of ordering commits by "chains""Jonathan Nieder2015-10-292-139/+271
|\ \ \
| * | | Bitmap generation: Add a test of ordering commits by "chains"Terry Parker2015-10-282-139/+271
* | | | Merge "reset command should support the -- <paths> parameters"Christian Halstrick2015-10-294-20/+165
|\ \ \ \
| * | | | reset command should support the -- <paths> parametersKaloyan Raev2015-10-294-20/+165
| | |/ / | |/| |
* | | | JGit CLI should check if calling itself when invoking native git exeKaloyan Raev2015-10-291-0/+8
| |/ / |/| |
* | | [performance] Remove synthetic access$ methods in dfs, diff and mergeAndrey Loskutov2015-10-285-17/+17
* | | [performance] Remove synthetic access$ methods in lib, util and dircacheAndrey Loskutov2015-10-288-23/+23
* | | [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-2812-51/+51
|/ /
* | [performance] Remove synthetic access$ methods in pack and file packagesAndrey Loskutov2015-10-2813-51/+51
* | Add missing dependency to org.slf4j for org.eclipse.jgit.test bundleMatthias Sohn2015-10-241-1/+2
* | Merge "WalkEncryptionTest: get rid of Log4J dependency"Matthias Sohn2015-10-231-2/+3
|\ \
| * | WalkEncryptionTest: get rid of Log4J dependencyMarc Strapetz2015-10-211-2/+3
* | | Restore TestRepository.getClock(), it is used by Gerrit/GitilesTerry Parker2015-10-221-0/+11