Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Update API problem filter | Matthias Sohn | 2020-02-14 | 1 | -9/+1 | |
| | * | Prepare 5.6.2-SNAPSHOT builds | Matthias Sohn | 2020-02-14 | 4 | -54/+62 | |
| | * | JGit v5.6.1.202002131546-rv5.6.1.202002131546-r | Matthias Sohn | 2020-02-13 | 3 | -4/+4 | |
| | * | Simplify ReftableCompactor | Han-Wen Nienhuys | 2020-02-12 | 5 | -89/+42 | |
| | * | Change the wildcard import to explicit ones. | Yunjie Li | 2020-02-12 | 1 | -1/+4 | |
* | | | RevWalk: stop mixing lines of history in topo sort | Alex Spradlin | 2020-02-18 | 3 | -21/+33 | |
|/ / | ||||||
* | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-11 | 3 | -6/+11 | |
|\| | ||||||
| * | reftable: don't check deadline on the first try | Han-Wen Nienhuys | 2020-02-11 | 1 | -1/+6 | |
| * | reftable: clarify comment | Han-Wen Nienhuys | 2020-02-11 | 1 | -1/+1 | |
| * | reftable: clear cache on full compaction | Han-Wen Nienhuys | 2020-02-11 | 1 | -0/+1 | |
| * | reftable: remove outdated comment | Han-Wen Nienhuys | 2020-02-10 | 1 | -3/+0 | |
| * | reftable: clarify that LogCursor may return a null ReflogEntry | Han-Wen Nienhuys | 2020-02-10 | 1 | -1/+3 | |
* | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-10 | 1 | -16/+26 | |
|\| | ||||||
| * | Restore behavior of CloneCommand | Thomas Wolf | 2020-02-04 | 1 | -16/+26 | |
* | | Use lambdas where possible | Lars Vogel | 2020-02-05 | 2 | -40/+38 | |
* | | AmazonS3: Speed up fetch, try recent packs first | Joshua Redstone | 2020-02-02 | 2 | -9/+54 | |
* | | Merge branch 'stable-5.7' | Matthias Sohn | 2020-02-01 | 8 | -77/+473 | |
|\ \ | ||||||
| * | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-02-01 | 8 | -77/+473 | |
| |\| | ||||||
| | * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-02-01 | 8 | -77/+473 | |
| | |\ | ||||||
| | | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-02-01 | 8 | -85/+473 | |
| | | |\ | ||||||
| | | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-02-01 | 8 | -77/+473 | |
| | | | |\ | ||||||
| | | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-02-01 | 8 | -77/+473 | |
| | | | | |\ | ||||||
| | | | | | * | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2020-02-01 | 6 | -56/+399 | |
| | | | | | |\ | ||||||
| | | | | | | * | Fix string format parameter for invalidRefAdvertisementLine | David Pursehouse | 2020-01-31 | 1 | -1/+1 | |
| | | | | | | * | WindowCache: add metric for cached bytes per repository | Matthias Sohn | 2020-01-28 | 2 | -10/+52 | |
| | | | | | | * | WindowCache: add option to use strong refs to reference ByteWindows | Matthias Sohn | 2020-01-20 | 4 | -47/+334 | |
| | | | | | * | | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2020-01-17 | 5 | -21/+74 | |
| | | | | | |\| | ||||||
| | | | | | | * | Replace usage of ArrayIndexOutOfBoundsException in treewalk | Patrick Hiesel | 2020-01-09 | 2 | -9/+6 | |
| | | | | | | * | Add config constants for WindowCache configuration options | Matthias Sohn | 2020-01-09 | 3 | -12/+82 | |
| * | | | | | | | Prepare 5.7.0-SNAPSHOT builds | Matthias Sohn | 2020-01-15 | 3 | -4/+4 | |
| * | | | | | | | JGit v5.7.0.202001151323-m1v5.7.0.202001151323-m1 | Matthias Sohn | 2020-01-15 | 3 | -4/+4 | |
* | | | | | | | | FS: re-order fields and use all uppercase for true constants | Thomas Wolf | 2020-01-28 | 1 | -15/+15 | |
* | | | | | | | | FS: Don't use innocuous threads for CompletableFuture | Alex Jitianu | 2020-01-28 | 1 | -4/+37 | |
* | | | | | | | | ErrorProne: Enable and fix UnusedException check | David Pursehouse | 2020-01-27 | 34 | -69/+141 | |
* | | | | | | | | Fix SshSessionFactory#setInstance to use service loader | Matthias Sohn | 2020-01-27 | 1 | -3/+4 | |
* | | | | | | | | Use ServiceLoader to define the default SSH session factory. | Emmanuel Hugonnet | 2020-01-25 | 3 | -2/+15 | |
* | | | | | | | | ReceivePack: enable overriding filterCommands and executeCommands | Matthias Sohn | 2020-01-24 | 1 | -2/+4 | |
* | | | | | | | | Extract method refactoring in class DirCacheCheckout | Andre Bossert | 2020-01-20 | 1 | -60/+71 | |
|/ / / / / / / | ||||||
* | | | | | | | Add ReftableNumbersNotIncreasingException#toString | Han-Wen Nienhuys | 2020-01-15 | 1 | -0/+8 | |
* | | | | | | | Move ConnectivityChecker to fix API leak | Matthias Sohn | 2020-01-09 | 3 | -5/+5 | |
* | | | | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-01-09 | 6 | -34/+527 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-01-09 | 6 | -36/+529 | |
| |\| | | | | | ||||||
| | * | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-01-09 | 6 | -34/+524 | |
| | |\| | | | | ||||||
| | | * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-01-09 | 6 | -34/+524 | |
| | | |\| | | | ||||||
| | | | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-01-09 | 6 | -41/+525 | |
| | | | |\| | | ||||||
| | | | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-01-09 | 6 | -41/+525 | |
| | | | | |\| | ||||||
| | | | | | * | JschConfigSessionFactory: fix boxing warning | Matthias Sohn | 2020-01-06 | 1 | -1/+2 | |
| | | | | | * | SshSupport#runSshCommand: don't throw exception in finally block | Matthias Sohn | 2020-01-06 | 1 | -6/+8 | |
| | | | | | * | Fix MBean registration | Matthias Sohn | 2019-12-13 | 2 | -7/+14 | |
| | | | | | * | Enhance WindowCache statistics | Matthias Sohn | 2019-12-08 | 5 | -35/+510 |