summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
| | * Update API problem filterMatthias Sohn2020-02-141-9/+1
| | * Prepare 5.6.2-SNAPSHOT buildsMatthias Sohn2020-02-144-54/+62
| | * JGit v5.6.1.202002131546-rv5.6.1.202002131546-rMatthias Sohn2020-02-133-4/+4
| | * Simplify ReftableCompactorHan-Wen Nienhuys2020-02-125-89/+42
| | * Change the wildcard import to explicit ones.Yunjie Li2020-02-121-1/+4
* | | RevWalk: stop mixing lines of history in topo sortAlex Spradlin2020-02-183-21/+33
|/ /
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-113-6/+11
|\|
| * reftable: don't check deadline on the first tryHan-Wen Nienhuys2020-02-111-1/+6
| * reftable: clarify commentHan-Wen Nienhuys2020-02-111-1/+1
| * reftable: clear cache on full compactionHan-Wen Nienhuys2020-02-111-0/+1
| * reftable: remove outdated commentHan-Wen Nienhuys2020-02-101-3/+0
| * reftable: clarify that LogCursor may return a null ReflogEntryHan-Wen Nienhuys2020-02-101-1/+3
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-101-16/+26
|\|
| * Restore behavior of CloneCommandThomas Wolf2020-02-041-16/+26
* | Use lambdas where possibleLars Vogel2020-02-052-40/+38
* | AmazonS3: Speed up fetch, try recent packs firstJoshua Redstone2020-02-022-9/+54
* | Merge branch 'stable-5.7'Matthias Sohn2020-02-018-77/+473
|\ \
| * | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-018-77/+473
| |\|
| | * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-02-018-77/+473
| | |\
| | | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-02-018-85/+473
| | | |\
| | | | * 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