summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-06-210-0/+0
|\
| * Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-06-200-0/+0
| |\
| | * Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-06-201-0/+3
| | |\
| | | * Merge branch 'stable-4.6' into stable-4.7David Pursehouse2018-06-201-0/+3
| | | |\
| | | | * Merge branch 'stable-4.5' into stable-4.6David Pursehouse2018-06-191-0/+3
| | | | |\
| | | | | * Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2018-06-191-0/+3
* | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-06-111-13/+13
|\| | | | |
| * | | | | Ensure DirectoryStream is closed promptlyDave Borowitz2018-06-091-13/+13
* | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-05-103-30/+56
|\| | | | |
| * | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-05-103-31/+56
| |\| | | |
| | * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-05-103-31/+56
| | |\| | |
| | | * | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-05-103-31/+56
| | | |\| |
| | | | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-05-103-31/+56
| | | | |\|
| | | | | * Retry stale file handles on .git/config fileNasser Grainawi2018-05-103-31/+56
* | | | | | Don't subclass ThreadLocal to avoid memory leak in NLSMatthias Sohn2018-02-141-9/+17
* | | | | | Set context classloader to null in WorkQueueMatthias Sohn2018-02-141-0/+1
* | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-02-143-2/+303
|\| | | | |
| * | | | | Fix ssh host name handling for JschThomas Wolf2018-02-142-2/+68
| * | | | | Jsch overrides the port in the URI with the one in ~/.ssh/configThomas Wolf2018-02-143-1/+236
* | | | | | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-02-011-3/+3
|\| | | | |
| * | | | | Minor fixes in three error messagesThomas Wolf2018-01-311-3/+3
* | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-01-133-61/+103
|\| | | | |
| * | | | | Revert handling of ssh IdentityFile to pre-4.9 behaviorThomas Wolf2018-01-123-61/+103
* | | | | | Prepare 4.10.1-SNAPSHOT buildsMatthias Sohn2017-12-3156-334/+334
* | | | | | JGit v4.10.0.201712302008-rv4.10.0.201712302008-rMatthias Sohn2017-12-3156-60/+60
* | | | | | 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-276-1/+691
* | | | | | Use submodule name instead of path as key in configDavid Turner2017-12-274-12/+20
* | | | | | Require maven 3.5.2Matthias Sohn2017-12-272-4/+41
* | | | | | Update japicmp-maven-plugin to 0.11.0Matthias Sohn2017-12-261-1/+1
* | | | | | URIish: support for empty portsMarc Strapetz2017-12-232-13/+34
* | | | | | Upgrade spotbugs-maven-plugin to 3.1.0David Pursehouse2017-12-231-1/+1
* | | | | | Add header Automatic-Module-Name for Java 9Karsten Thoms2017-12-2317-0/+17
* | | | | | Merge branch 'stable-4.9'Matthias Sohn2017-12-234-1/+72
|\| | | | |
| * | | | | Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-214-1/+72
* | | | | | Merge changes I8a37eaf8,Id8a5b591David Pursehouse2017-12-211-32/+1
|\ \ \ \ \ \
| * | | | | | Remove maven profile jgit.java8Matthias Sohn2017-12-211-28/+0
| * | | | | | Reenable failing the build on javadoc errorsMatthias Sohn2017-12-211-4/+1
* | | | | | | Merge changes I0f1df93b,Ifd40129b,I1b059e1aDave Borowitz2017-12-213-24/+56
|\ \ \ \ \ \ \
| * | | | | | | ConfigTest: Add some additional comment parsing testsDave Borowitz2017-12-211-0/+5
| * | | | | | | Config: Drop backslash in invalid escape sequences in subsectionsDave Borowitz2017-12-212-11/+13
| * | | | | | | Config: Match C git behavior more closely in escaping valuesDave Borowitz2017-12-213-13/+38
| |/ / / / / /
* | | | | | | 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-2129-62/+63
* | | | | | Update last jgit release version to 4.9.2.201712150930-rMatthias Sohn2017-12-211-1/+1
* | | | | | 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