| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Make BitmapIndexImpl.CompressedBitmap, CompressedBitmapBuilder static | Jonathan Nieder | 2015-11-09 | 1 | -78/+71 |
|/ / |
|
* | | Skip redundant 'OR-reuse' step in tip commit bitmap setup | Jonathan Nieder | 2015-11-08 | 1 | -8/+3 |
* | | Avoid repeated sort of tipCommitBitmaps | Jonathan Nieder | 2015-11-07 | 1 | -5/+6 |
* | | [style] Shorten line lengths and import order in bitmap code | Terry Parker | 2015-11-07 | 2 | -3/+5 |
* | | Inline PackWriterBitmapWalker.newRevFilter into callers | Jonathan Nieder | 2015-11-05 | 2 | -12/+10 |
* | | Convert remaining callers of BitmapBuilder.add to use .addObject | Jonathan Nieder | 2015-11-05 | 2 | -3/+3 |
* | | Merge changes I57b1d7c1,I590ac460 | Jonathan Nieder | 2015-11-05 | 1 | -20/+84 |
|\ \ |
|
| * | | Use .addObject and .or instead of .add in AddToBitmapFilter | Jonathan Nieder | 2015-11-05 | 1 | -2/+18 |
| * | | Replace anonymous BitmapRevFilter subclasses with explicit classes | Jonathan Nieder | 2015-11-05 | 1 | -20/+68 |
* | | | Merge "Fix imports in DfsInserterTest" | Matthias Sohn | 2015-11-05 | 1 | -10/+9 |
|\ \ \ |
|
| * | | | Fix imports in DfsInserterTest | Matthias Sohn | 2015-11-05 | 1 | -10/+9 |
* | | | | Merge changes Ia95da478,I2773aa94,Ib745645f,I92c65f34,Ibb714002, ... | Jonathan Nieder | 2015-11-05 | 4 | -25/+124 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Remove BitmapRevFilter.getCountOfLoadedCommits | Jonathan Nieder | 2015-11-05 | 1 | -8/+8 |
| * | | Make BitmapBuilder.getBitmapIndex public | Jonathan Nieder | 2015-11-05 | 2 | -1/+9 |
| * | | Deprecate BitmapBuilder.add and introduce simpler addObject method | Jonathan Nieder | 2015-11-05 | 2 | -4/+24 |
| * | | Add @Override annotations to BitmapIndexImpl | Jonathan Nieder | 2015-11-05 | 1 | -0/+16 |
| * | | Rely on bitmap RevFilter to filter walk during bitmap selection | Jonathan Nieder | 2015-11-05 | 1 | -3/+0 |
| * | | Use 'reused' bitmap to filter walk during bitmap selection | Jonathan Nieder | 2015-11-05 | 1 | -3/+7 |
| * | | Rely on bitmap RevFilter to filter tip commit setup walk | Jonathan Nieder | 2015-11-05 | 1 | -1/+0 |
| * | | Use 'reused' bitmap to filter tip commit setup walk | Jonathan Nieder | 2015-11-05 | 1 | -0/+42 |
| * | | Include ancestors of reused bitmap commits in reuse bitmap again | Jonathan Nieder | 2015-11-03 | 2 | -5/+18 |
* | | | Insert duplicate objects to prevent race during garbage collection. | Mike Williams | 2015-11-04 | 3 | -8/+86 |
* | | | Merge "Delta compression: reuse DeltaTask.getAdjustedWeight()" | Jonathan Nieder | 2015-11-04 | 2 | -3/+2 |
|\ \ \ |
|
| * | | | Delta compression: reuse DeltaTask.getAdjustedWeight() | Terry Parker | 2015-11-03 | 2 | -3/+2 |
* | | | | Merge "[performance] Speed up delta packing" | Shawn Pearce | 2015-11-04 | 1 | -8/+15 |
|\| | |
| |/ /
|/| | |
|
| * | | [performance] Speed up delta packing | Terry Parker | 2015-11-03 | 1 | -8/+15 |
* | | | Merge "Decrease indentation in setupTipCommitBitmaps" | Jonathan Nieder | 2015-11-03 | 1 | -23/+27 |
|\ \ \ |
|
| * | | | Decrease indentation in setupTipCommitBitmaps | Jonathan Nieder | 2015-11-03 | 1 | -23/+27 |
* | | | | Merge "[style] Add braces to DeltaTask" | Jonathan Nieder | 2015-11-03 | 1 | -15/+29 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | [style] Add braces to DeltaTask | Terry Parker | 2015-11-03 | 1 | -15/+29 |
* | | | | Add support for pre-push hooks | Christian Halstrick | 2015-11-02 | 4 | -2/+238 |
* | | | | Enhance FS.runProcess() to support stdin-redirection and binary data | Christian Halstrick | 2015-11-02 | 2 | -40/+242 |
| |/ /
|/| | |
|
* | | | Cleaned up various readPipe() threading issues | Andrey Loskutov | 2015-11-01 | 1 | -25/+24 |
* | | | Don't report errors logged by FS with "debug" level | Andrey Loskutov | 2015-10-31 | 1 | -21/+7 |
|/ / |
|
* | | Building bitmaps: Simplify the logic to sort by chains | Terry Parker | 2015-10-29 | 1 | -15/+8 |
* | | Merge "Pack bitmaps: improve readability" | Jonathan Nieder | 2015-10-29 | 1 | -26/+42 |
|\ \ |
|
| * | | Pack bitmaps: improve readability | Terry Parker | 2015-10-28 | 1 | -26/+42 |
* | | | Merge "Bitmap generation: Add a test of ordering commits by "chains"" | Jonathan Nieder | 2015-10-29 | 2 | -139/+271 |
|\ \ \ |
|
| * | | | Bitmap generation: Add a test of ordering commits by "chains" | Terry Parker | 2015-10-28 | 2 | -139/+271 |
* | | | | Merge "reset command should support the -- <paths> parameters" | Christian Halstrick | 2015-10-29 | 4 | -20/+165 |
|\ \ \ \ |
|
| * | | | | reset command should support the -- <paths> parameters | Kaloyan Raev | 2015-10-29 | 4 | -20/+165 |
| | |/ /
| |/| | |
|
* | | | | JGit CLI should check if calling itself when invoking native git exe | Kaloyan Raev | 2015-10-29 | 1 | -0/+8 |
| |/ /
|/| | |
|
* | | | [performance] Remove synthetic access$ methods in dfs, diff and merge | Andrey Loskutov | 2015-10-28 | 5 | -17/+17 |
* | | | [performance] Remove synthetic access$ methods in lib, util and dircache | Andrey Loskutov | 2015-10-28 | 8 | -23/+23 |
* | | | [performance] Remove synthetic access$ methods in transport package | Andrey Loskutov | 2015-10-28 | 12 | -51/+51 |
|/ / |
|
* | | [performance] Remove synthetic access$ methods in pack and file packages | Andrey Loskutov | 2015-10-28 | 13 | -51/+51 |
* | | Add missing dependency to org.slf4j for org.eclipse.jgit.test bundle | Matthias Sohn | 2015-10-24 | 1 | -1/+2 |
* | | Merge "WalkEncryptionTest: get rid of Log4J dependency" | Matthias Sohn | 2015-10-23 | 1 | -2/+3 |
|\ \ |
|
| * | | WalkEncryptionTest: get rid of Log4J dependency | Marc Strapetz | 2015-10-21 | 1 | -2/+3 |
* | | | Restore TestRepository.getClock(), it is used by Gerrit/Gitiles | Terry Parker | 2015-10-22 | 1 | -0/+11 |