Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Don't subclass ThreadLocal to avoid memory leak in NLS | Matthias Sohn | 2018-02-14 | 1 | -9/+17 | |
* | | | | | | | | | | | Set context classloader to null in WorkQueue | Matthias Sohn | 2018-02-14 | 1 | -0/+1 | |
* | | | | | | | | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-02-14 | 3 | -2/+303 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix ssh host name handling for Jsch | Thomas Wolf | 2018-02-14 | 2 | -2/+68 | |
| * | | | | | | | | | | Jsch overrides the port in the URI with the one in ~/.ssh/config | Thomas Wolf | 2018-02-14 | 3 | -1/+236 | |
* | | | | | | | | | | | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-02-01 | 1 | -3/+3 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Minor fixes in three error messages | Thomas Wolf | 2018-01-31 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-01-13 | 3 | -61/+103 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Revert handling of ssh IdentityFile to pre-4.9 behavior | Thomas Wolf | 2018-01-12 | 3 | -61/+103 | |
* | | | | | | | | | | | Prepare 4.10.1-SNAPSHOT builds | Matthias Sohn | 2017-12-31 | 56 | -334/+334 | |
* | | | | | | | | | | | JGit v4.10.0.201712302008-rv4.10.0.201712302008-r | Matthias Sohn | 2017-12-31 | 56 | -60/+60 | |
* | | | | | | | | | | | WorkingTreeIterator should pass FS to submodules | Marc Strapetz | 2017-12-30 | 2 | -3/+22 | |
* | | | | | | | | | | | CloneCommand: option to set FS to be used | Marc Strapetz | 2017-12-29 | 1 | -0/+20 | |
* | | | | | | | | | | | InitCommand: option to set FS to be used | Marc Strapetz | 2017-12-29 | 1 | -0/+20 | |
* | | | | | | | | | | | Add a command to deinitialize submodules | David Turner | 2017-12-27 | 6 | -1/+691 | |
* | | | | | | | | | | | Use submodule name instead of path as key in config | David Turner | 2017-12-27 | 4 | -12/+20 | |
* | | | | | | | | | | | Require maven 3.5.2 | Matthias Sohn | 2017-12-27 | 2 | -4/+41 | |
* | | | | | | | | | | | Update japicmp-maven-plugin to 0.11.0 | Matthias Sohn | 2017-12-26 | 1 | -1/+1 | |
* | | | | | | | | | | | URIish: support for empty ports | Marc Strapetz | 2017-12-23 | 2 | -13/+34 | |
* | | | | | | | | | | | Upgrade spotbugs-maven-plugin to 3.1.0 | David Pursehouse | 2017-12-23 | 1 | -1/+1 | |
* | | | | | | | | | | | Add header Automatic-Module-Name for Java 9 | Karsten Thoms | 2017-12-23 | 17 | -0/+17 | |
* | | | | | | | | | | | Merge branch 'stable-4.9' | Matthias Sohn | 2017-12-23 | 4 | -1/+72 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Strings#convertGlob: fix escaping of patterns like [\[]. | Dmitry Pavlenko | 2017-12-21 | 4 | -1/+72 | |
* | | | | | | | | | | | Merge changes I8a37eaf8,Id8a5b591 | David Pursehouse | 2017-12-21 | 1 | -32/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove maven profile jgit.java8 | Matthias Sohn | 2017-12-21 | 1 | -28/+0 | |
| * | | | | | | | | | | | Reenable failing the build on javadoc errors | Matthias Sohn | 2017-12-21 | 1 | -4/+1 | |
* | | | | | | | | | | | | Merge changes I0f1df93b,Ifd40129b,I1b059e1a | Dave Borowitz | 2017-12-21 | 3 | -24/+56 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | ConfigTest: Add some additional comment parsing tests | Dave Borowitz | 2017-12-21 | 1 | -0/+5 | |
| * | | | | | | | | | | | | Config: Drop backslash in invalid escape sequences in subsections | Dave Borowitz | 2017-12-21 | 2 | -11/+13 | |
| * | | | | | | | | | | | | Config: Match C git behavior more closely in escaping values | Dave Borowitz | 2017-12-21 | 3 | -13/+38 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'stable-4.9' | Dave Borowitz | 2017-12-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| / / / / / / / / / / | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Make PackInserter public | Dave Borowitz | 2017-12-21 | 1 | -1/+1 | |
* | | | | | | | | | | | Fix remaining javadoc errors raised by doclint | Matthias Sohn | 2017-12-21 | 29 | -62/+63 | |
* | | | | | | | | | | | Update last jgit release version to 4.9.2.201712150930-r | Matthias Sohn | 2017-12-21 | 1 | -1/+1 | |
* | | | | | | | | | | | Fix javadoc in org.eclipse.jgit util packages | Matthias Sohn | 2017-12-20 | 56 | -386/+876 | |
* | | | | | | | | | | | Fix javadoc in org.eclipse.jgit treewalk package | Matthias Sohn | 2017-12-20 | 21 | -243/+476 | |
* | | | | | | | | | | | Fix javadoc in org.eclipse.jgit transport package | Matthias Sohn | 2017-12-20 | 109 | -755/+1807 | |
* | | | | | | | | | | | Merge branch 'stable-4.9' | Dave Borowitz | 2017-12-20 | 3 | -34/+156 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | PackInserter: Ensure objects are written at the end of the pack | Dave Borowitz | 2017-12-20 | 2 | -34/+149 | |
| * | | | | | | | | | | ObjectInserter: Add warning about mixing read-back with writes | Dave Borowitz | 2017-12-20 | 1 | -0/+7 | |
* | | | | | | | | | | | Fix javadoc leftovers in org.eclipse.jgit api package | Matthias Sohn | 2017-12-20 | 2 | -4/+3 | |
* | | | | | | | | | | | Remove unused imports | Matthias Sohn | 2017-12-20 | 2 | -3/+0 | |
* | | | | | | | | | | | Replace explicit calls to initCause where possible | David Pursehouse | 2017-12-20 | 11 | -54/+34 | |
* | | | | | | | | | | | Merge changes I50095928,Idadec0ab,I1f2747d6,I6d2a7e28 | David Pursehouse | 2017-12-19 | 9 | -52/+64 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | LargeObjectException: Add constructor that takes Throwable | David Pursehouse | 2017-12-19 | 2 | -3/+12 | |
| * | | | | | | | | | | | InvalidPatternException: Add constructor that takes Throwable | David Pursehouse | 2017-12-19 | 2 | -4/+19 | |
| * | | | | | | | | | | | Don't unnecessarily explicitly call CorruptObjectException#initCause | David Pursehouse | 2017-12-19 | 4 | -24/+19 | |
| * | | | | | | | | | | | Use new StoredObjectRepresentationNotAvailableException constructor | David Pursehouse | 2017-12-19 | 3 | -21/+14 | |
* | | | | | | | | | | | | Fix javadoc in org.eclipse.jgit submodule package | Matthias Sohn | 2017-12-19 | 2 | -37/+75 | |
* | | | | | | | | | | | | Fix javadoc in org.eclipse.jgit storage/file and pack package | Matthias Sohn | 2017-12-19 | 5 | -41/+169 |