aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-02-018-77/+473
| | | | |\
| | | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-018-77/+473
| | | | | |\
| | | | | | * Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-02-016-56/+399
| | | | | | |\
| | | | | | | * Fix string format parameter for invalidRefAdvertisementLineDavid Pursehouse2020-01-311-1/+1
| | | | | | | * WindowCache: add metric for cached bytes per repositoryMatthias Sohn2020-01-282-10/+52
| | | | | | | * WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-204-47/+334
| | | | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-01-175-21/+74
| | | | | | |\|
| | | | | | | * Replace usage of ArrayIndexOutOfBoundsException in treewalkPatrick Hiesel2020-01-092-9/+6
| | | | | | | * Add config constants for WindowCache configuration optionsMatthias Sohn2020-01-093-12/+82
| * | | | | | | Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn2020-01-153-4/+4
| * | | | | | | JGit v5.7.0.202001151323-m1v5.7.0.202001151323-m1Matthias Sohn2020-01-153-4/+4
* | | | | | | | FS: re-order fields and use all uppercase for true constantsThomas Wolf2020-01-281-15/+15
* | | | | | | | FS: Don't use innocuous threads for CompletableFutureAlex Jitianu2020-01-281-4/+37
* | | | | | | | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-2734-69/+141
* | | | | | | | Fix SshSessionFactory#setInstance to use service loaderMatthias Sohn2020-01-271-3/+4
* | | | | | | | Use ServiceLoader to define the default SSH session factory.Emmanuel Hugonnet2020-01-253-2/+15
* | | | | | | | ReceivePack: enable overriding filterCommands and executeCommandsMatthias Sohn2020-01-241-2/+4
* | | | | | | | Extract method refactoring in class DirCacheCheckoutAndre Bossert2020-01-201-60/+71
|/ / / / / / /
* | | | | | | Add ReftableNumbersNotIncreasingException#toStringHan-Wen Nienhuys2020-01-151-0/+8
* | | | | | | Move ConnectivityChecker to fix API leakMatthias Sohn2020-01-093-5/+5
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2020-01-096-34/+527
|\| | | | | |
| * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-01-096-36/+529
| |\| | | | |
| | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-01-096-34/+524
| | |\| | | |
| | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-01-096-34/+524
| | | |\| | |
| | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-01-096-41/+525
| | | | |\| |
| | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-01-096-41/+525
| | | | | |\|
| | | | | | * JschConfigSessionFactory: fix boxing warningMatthias Sohn2020-01-061-1/+2
| | | | | | * SshSupport#runSshCommand: don't throw exception in finally blockMatthias Sohn2020-01-061-6/+8
| | | | | | * Fix MBean registrationMatthias Sohn2019-12-132-7/+14
| | | | | | * Enhance WindowCache statisticsMatthias Sohn2019-12-085-35/+510
| | | | | | * Remove unused API problem filtersMatthias Sohn2019-11-041-28/+0
| | | | | | * Silence API errors for new API added since 5.1.0Matthias Sohn2019-11-041-0/+8
| | | | | * | Fix API problem filtersMatthias Sohn2020-01-091-8/+74
| | | | | * | Update API problem filtersMatthias Sohn2019-11-041-74/+8
* | | | | | | Remove no longer used API problem filterMatthias Sohn2020-01-051-9/+0
* | | | | | | Remove duplicate copyright statementsMatthias Sohn2020-01-0410-10/+0
* | | | | | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-04772-29339/+3863
* | | | | | | TLS support on IBM JDKsThomas Wolf2020-01-035-3/+215
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-262-2/+2
|\| | | | | |
| * | | | | | Hooks: avoid problems with backslashes in pathsThomas Wolf2019-12-242-2/+2
| * | | | | | Prepare 5.6.1-SNAPSHOT buildsMatthias Sohn2019-12-113-54/+54
| * | | | | | JGit v5.6.0.201912101111-rv5.6.0.201912101111-rMatthias Sohn2019-12-103-4/+4
* | | | | | | Using StringBuilder in StringUtils#capitalize methodLars Vogel2019-12-181-1/+1
* | | | | | | Set config "extensions" option when converting ref storage formatMatthias Sohn2019-12-152-4/+39
* | | | | | | Externalize error message in FileRepository#convertRefStorageMatthias Sohn2019-12-143-3/+4
* | | | | | | Replace chain of if statements with switchCarsten Hammer2019-12-1414-97/+170
* | | | | | | Minor - Removes unnecessary whitespace in ReftableReaderLars Vogel2019-12-111-1/+1
* | | | | | | Change the wildcard import to explicit ones.Yunjie Li2019-12-091-1/+4
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-0910-19/+302
|\| | | | | |
| * | | | | | Add ability to redirect stderr from git hooksTim Neumann2019-12-099-10/+283