summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Adds the git attributes computation on the treewalkArthur Daussy2015-11-1819-116/+1609
| * | | | Make jgit annotations accessible to other pluginsAndrey Loskutov2015-11-173-37/+19
| * | | | Fixed typo in preferences: NonByDefault -> NonNullByDefaultAndrey Loskutov2015-11-171-1/+1
| * | | | Added jgit own NonNull annotation typeAndrey Loskutov2015-11-171-0/+67
| * | | | Merge "Fix MissingObjectException in RenameDetector"Christian Halstrick2015-11-172-1/+36
| |\ \ \ \
| | * | | | Fix MissingObjectException in RenameDetectorRĂ¼diger Herrmann2015-11-122-1/+36
| * | | | | Handle InternalError during symlink support detection on WindowsMatthias Sohn2015-11-151-1/+2
| * | | | | Merge branch 'stable-4.1'Matthias Sohn2015-11-143-13/+47
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Prepare 4.1.2-SNAPSHOT buildsMatthias Sohn2015-11-1446-248/+248
| | * | | | JGit v4.1.1.201511131810-rv4.1.1.201511131810-rMatthias Sohn2015-11-1446-49/+49
| | * | | | Fallback exactRef: Do not ignore symrefs to unborn branchJonathan Nieder2015-11-121-13/+4
| | * | | | RefDirectory.exactRef: Do not ignore symrefs to unborn branchJonathan Nieder2015-11-112-0/+43
| * | | | | Merge "Merge branch 'stable-4.2'"Matthias Sohn2015-11-120-0/+0
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'stable-4.2'Matthias Sohn2015-11-120-0/+0
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Prepare post 4.2-m1 buildsMatthias Sohn2015-11-1146-49/+49
* | | | | | | JGit v4.2.0.201511101648-m1v4.2.0.201511101648-m1Matthias Sohn2015-11-1046-49/+49
| * | | | | | Merge "Revert "Remove PackWriter.Statistics and other deprecated classes""Jonathan Nieder2015-11-104-0/+497
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Revert "Remove PackWriter.Statistics and other deprecated classes"Jonathan Nieder2015-11-104-0/+497
| * | | | | | Merge "Remove PackWriter.Statistics and other deprecated classes"Jonathan Nieder2015-11-104-497/+0
|/| | | | | | | |/ / / / /
| * | | | | Remove PackWriter.Statistics and other deprecated classesTerry Parker2015-11-094-497/+0
* | | | | | Silence API errors for new methods added to BitmapBuilderMatthias Sohn2015-11-101-0/+14
* | | | | | Add missing javadoc to bitmap index classesMatthias Sohn2015-11-102-1/+9
|/ / / / /
* | | | | Merge changes from topic 'nullable'Jonathan Nieder2015-11-099-22/+82
|\ \ \ \ \
| * | | | | Update dependencies to use the JGit-internal @NullableTerry Parker2015-11-097-19/+10
| * | | | | Use the JGit-internal @Nullable annotationTerry Parker2015-11-091-3/+5
| * | | | | Add a JGit-internal Nullable typeTerry Parker2015-11-091-0/+67
* | | | | | 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 "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
|\ \ \ \ \ \