aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Minor improvements in git config file inclusionsThomas Wolf2018-01-283-5/+12
* Progress reporting for checkoutMarkus Duft2018-01-2311-1/+138
* Enforce DFS blockLimit is a multiple of blockSizeDave Borowitz2018-01-223-6/+31
* Revert usage of TYPE_USE in Nullable and NonNull annotationsDavid Pursehouse2018-01-195-7/+18
* Nullable: Switch to TYPE_USEDavid Pursehouse2018-01-184-12/+5
* NonNull: Switch to TYPE_USEDavid Pursehouse2018-01-181-6/+2
* NonNull: Fix typo in javadocDavid Pursehouse2018-01-181-1/+1
* RevWalk: Annotate methods documented to return "Never null" as @NonNullDavid Pursehouse2018-01-181-0/+12
* Skip broken symbolic ref in DfsReftableDatabaseZhen Chen2018-01-171-1/+1
* Make SideBandInputStream publicHan-Wen Nienhuys2018-01-171-1/+2
* Merge branch 'stable-4.10'Matthias Sohn2018-01-132-60/+101
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-01-132-60/+101
| |\
| | * Revert handling of ssh IdentityFile to pre-4.9 behaviorThomas Wolf2018-01-122-60/+101
| * | Prepare 4.10.1-SNAPSHOT buildsMatthias Sohn2017-12-313-49/+49
| * | JGit v4.10.0.201712302008-rv4.10.0.201712302008-rMatthias Sohn2017-12-313-4/+4
* | | RefDirectory#hasLooseRef: Fix stream resource leak reported by error-proneDavid Pursehouse2018-01-101-1/+5
* | | Ensure DirectoryStream is closed promptlyDave Borowitz2018-01-051-13/+13
* | | Add com.jcraft.jzlib 1.1.1Matthias Sohn2018-01-042-0/+6
* | | Merge "Fix file handle leak in FetchCommand#fetchSubmodules"Matthias Sohn2018-01-041-30/+34
|\ \ \
| * | | Fix file handle leak in FetchCommand#fetchSubmodulesTim Hosey2018-01-041-30/+34
* | | | Skip unborn branches in UploadPackZhen Chen2018-01-032-4/+10
|/ / /
* / / Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2017-12-313-49/+49
|/ /
* | WorkingTreeIterator should pass FS to submodulesMarc Strapetz2017-12-302-3/+22
* | CloneCommand: option to set FS to be usedMarc Strapetz2017-12-291-0/+20
* | InitCommand: option to set FS to be usedMarc Strapetz2017-12-291-0/+20
* | Add a command to deinitialize submodulesDavid Turner2017-12-275-1/+440
* | Use submodule name instead of path as key in configDavid Turner2017-12-274-12/+20
* | URIish: support for empty portsMarc Strapetz2017-12-231-6/+18
* | Add header Automatic-Module-Name for Java 9Karsten Thoms2017-12-231-0/+1
* | Merge branch 'stable-4.9'Matthias Sohn2017-12-231-1/+4
|\|
| * Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-211-1/+4
* | Merge changes I0f1df93b,Ifd40129b,I1b059e1aDave Borowitz2017-12-211-9/+24
|\ \
| * | Config: Drop backslash in invalid escape sequences in subsectionsDave Borowitz2017-12-211-3/+4
| * | Config: Match C git behavior more closely in escaping valuesDave Borowitz2017-12-211-6/+20
* | | Merge branch 'stable-4.9'Dave Borowitz2017-12-211-1/+1
|\ \ \ | |/ / |/| / | |/
| * Make PackInserter publicDave Borowitz2017-12-211-1/+1
* | Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-2117-23/+20
* | Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-2056-386/+876
* | Fix javadoc in org.eclipse.jgit treewalk packageMatthias Sohn2017-12-2021-243/+476
* | Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-20109-755/+1807
* | Merge branch 'stable-4.9'Dave Borowitz2017-12-202-31/+107
|\|
| * PackInserter: Ensure objects are written at the end of the packDave Borowitz2017-12-201-31/+100
| * ObjectInserter: Add warning about mixing read-back with writesDave Borowitz2017-12-201-0/+7
* | Fix javadoc leftovers in org.eclipse.jgit api packageMatthias Sohn2017-12-202-4/+3
* | Remove unused importsMatthias Sohn2017-12-202-3/+0
* | Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-2011-54/+34
* | Merge changes I50095928,Idadec0ab,I1f2747d6,I6d2a7e28David Pursehouse2017-12-199-52/+64
|\ \
| * | LargeObjectException: Add constructor that takes ThrowableDavid Pursehouse2017-12-192-3/+12
| * | InvalidPatternException: Add constructor that takes ThrowableDavid Pursehouse2017-12-192-4/+19
| * | Don't unnecessarily explicitly call CorruptObjectException#initCauseDavid Pursehouse2017-12-194-24/+19