aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* Throw IndexReadException if existing index can't be readChristian Halstrick2015-11-191-0/+1
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-184-0/+267
* Merge branch 'stable-4.1'Matthias Sohn2015-11-141-0/+24
|\
| * RefDirectory.exactRef: Do not ignore symrefs to unborn branchJonathan Nieder2015-11-111-0/+24
* | Merge "Revert "Remove PackWriter.Statistics and other deprecated classes""Jonathan Nieder2015-11-101-0/+286
|\ \
| * | Revert "Remove PackWriter.Statistics and other deprecated classes"Jonathan Nieder2015-11-101-0/+286
* | | Merge "Remove PackWriter.Statistics and other deprecated classes"Jonathan Nieder2015-11-101-286/+0
|\| |
| * | Remove PackWriter.Statistics and other deprecated classesTerry Parker2015-11-091-286/+0
* | | Add missing javadoc to bitmap index classesMatthias Sohn2015-11-101-0/+6
|/ /
* | Make BitmapIndexImpl.CompressedBitmap publicJonathan Nieder2015-11-092-14/+11
* | 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 changes Ia95da478,I2773aa94,Ib745645f,I92c65f34,Ibb714002, ...Jonathan Nieder2015-11-053-25/+103
|\| |
| * | Remove BitmapRevFilter.getCountOfLoadedCommitsJonathan Nieder2015-11-051-8/+8
| * | Make BitmapBuilder.getBitmapIndex publicJonathan Nieder2015-11-051-1/+2
| * | Deprecate BitmapBuilder.add and introduce simpler addObject methodJonathan Nieder2015-11-051-4/+10
| * | 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-042-1/+25
* | | 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
* | | [style] Add braces to DeltaTaskTerry Parker2015-11-031-15/+29
|/ /
* | 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
* | | [performance] Remove synthetic access$ methods in dfs, diff and mergeAndrey Loskutov2015-10-282-12/+12
|/ /
* | [performance] Remove synthetic access$ methods in pack and file packagesAndrey Loskutov2015-10-2813-51/+51
* | Expose bitmap selection parameters via PackConfigTerry Parker2015-10-212-8/+13
* | Update bitmap selection throttling to fully span active branches.Terry Parker2015-10-212-102/+271
* | Adding AES Walk Encryption support in http://www.jets3t.org/ modeAndrei Pozolotin2015-10-181-0/+1
* | Limit the range of commits for which bitmaps are created.Terry Parker2015-10-087-11/+39
|/
* Use java.nio.file consistently in FSMatthias Sohn2015-09-271-1/+0
* UploadPack: Verify clients send only commits for shallow linesShawn Pearce2015-09-141-0/+1
* Use java.io.File to check existence of loose objects in ObjectDirectoryMatthias Sohn2015-08-281-1/+1
* Handle stale file handles on packed-refs fileMartin Fick2015-08-262-16/+37