summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Add the new class Attributes holding multiple Attribute(s)Ivan Motsch2015-11-279-31/+283
* Add missing @since tags and missing javadocMatthias Sohn2015-11-251-1/+3
* Fix FS.runProcess() to close the InputStreamChristian Halstrick2015-11-261-6/+7
* repo: Do not use search path to find refs/remotes/origin/<branch>Jonathan Nieder2015-11-251-1/+4
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-251-0/+35
* Null-annotated RefDatabase classAndrey Loskutov2015-11-251-2/+17
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-2513-44/+142
* Raise error if FileNotFoundException is caught for an existing fileMatthias Sohn2015-11-2410-19/+53
* Merge "RefDirectory.getRef: Treat fake missing symrefs like real ones"Jonathan Nieder2015-11-241-0/+2
|\
| * RefDirectory.getRef: Treat fake missing symrefs like real onesJonathan Nieder2015-11-191-0/+2
* | Let FS_Win32_Cygwin detect symlink support by creating temporary symlinkChristian Halstrick2015-11-211-5/+0
* | Remove no longer needed outdated API warning filterMatthias Sohn2015-11-201-6/+0
|/
* Throw IndexReadException if existing index can't be readChristian Halstrick2015-11-194-0/+91
* Fix pre-push hook to not set null remoteName as first argumentMatthias Sohn2015-11-181-0/+3
* Introduce FS.execute() to execute a command defined by a ProcessBuilderChristian Halstrick2015-11-181-3/+75
* Add an attribute accessor to CanonicalTreeParser and use it in TreewalkChristian Halstrick2015-11-186-74/+124
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-1815-77/+722
* 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-171-1/+5
|\
| * Fix MissingObjectException in RenameDetectorRĂ¼diger Herrmann2015-11-121-1/+5
* | Handle InternalError during symlink support detection on WindowsMatthias Sohn2015-11-151-1/+2
* | Merge branch 'stable-4.1'Matthias Sohn2015-11-142-13/+28
|\ \ | |/ |/|
| * Prepare 4.1.2-SNAPSHOT buildsMatthias Sohn2015-11-143-40/+40
| * JGit v4.1.1.201511131810-rv4.1.1.201511131810-rMatthias Sohn2015-11-143-4/+4
| * 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-111-0/+24
* | 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-095-14/+76
|\ \
| * | Update dependencies to use the JGit-internal @NullableTerry Parker2015-11-093-11/+4
| * | 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 changes Ia95da478,I2773aa94,Ib745645f,I92c65f34,Ibb714002, ...Jonathan Nieder2015-11-054-25/+124
|\| |
| * | Remove BitmapRevFilter.getCountOfLoadedCommitsJonathan Nieder2015-11-051-8/+8