Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Update reftable storage repo layout | Han-Wen Nienhuys | 2020-03-04 | 4 | -44/+124 | |
* | | | | | | Cygwin expects forward slashes for commands to be run via sh.exe | Thomas Wolf | 2020-02-28 | 1 | -1/+1 | |
* | | | | | | Make Logger instances final | David Pursehouse | 2020-02-27 | 2 | -2/+3 | |
* | | | | | | Move array designators from the variable to the type | David Pursehouse | 2020-02-27 | 8 | -11/+11 | |
* | | | | | | Revert "Prepend hostname to subsection used to store file timestamp resolution" | Matthias Sohn | 2020-02-22 | 1 | -3/+2 | |
* | | | | | | SimilarityRenameDetector: Fix inconsistent indentation | David Pursehouse | 2020-02-19 | 1 | -4/+4 | |
* | | | | | | Use indexOf(char) and lastIndexOf(char) rather than String versions | David Pursehouse | 2020-02-19 | 6 | -8/+9 | |
* | | | | | | Reorder modifiers to follow Java Language Specification | David Pursehouse | 2020-02-19 | 38 | -61/+61 | |
* | | | | | | GitmoduleEntry: Remove redundant import of class from same package | David Pursehouse | 2020-02-19 | 1 | -2/+0 | |
* | | | | | | Remove redundant "static" qualifier from enum declarations | David Pursehouse | 2020-02-19 | 29 | -37/+37 | |
* | | | | | | 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 | |
* | | | | | | 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 | |
* | | | | | | Restore behavior of CloneCommand | Thomas Wolf | 2020-02-04 | 1 | -16/+26 | |
* | | | | | | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-02-01 | 6 | -76/+428 | |
|\| | | | | | ||||||
| * | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-02-01 | 6 | -76/+428 | |
| |\| | | | | ||||||
| | * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-02-01 | 6 | -76/+428 | |
| | |\| | | | ||||||
| | | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-02-01 | 6 | -76/+428 | |
| | | |\| | | ||||||
| | | | * | | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2020-02-01 | 4 | -55/+378 | |
| | | | |\| | ||||||
| | | | | * | 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 | 3 | -47/+328 | |
| | | | * | | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2020-01-17 | 4 | -21/+50 | |
| | | | |\| | ||||||
| | | | | * | 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 | 2 | -12/+44 | |
* | | | | | | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-01-09 | 5 | -34/+502 | |
|\| | | | | | ||||||
| * | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-01-09 | 5 | -34/+501 | |
| |\| | | | | ||||||
| | * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-01-09 | 5 | -34/+501 | |
| | |\| | | | ||||||
| | | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-01-09 | 5 | -41/+502 | |
| | | |\| | | ||||||
| | | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-01-09 | 5 | -41/+502 | |
| | | | |\| | ||||||
| | | | | * | 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 | 4 | -35/+487 | |
* | | | | | | Hooks: avoid problems with backslashes in paths | Thomas Wolf | 2019-12-24 | 2 | -2/+2 | |
* | | | | | | Add ability to redirect stderr from git hooks | Tim Neumann | 2019-12-09 | 8 | -10/+282 | |
* | | | | | | Add possibility to get pure stderr output from AbortedByHookException | Tim Neumann | 2019-12-09 | 1 | -9/+19 | |
* | | | | | | CLI: Add support for excluding paths from Git log command | John Tipper | 2019-12-05 | 1 | -7/+36 | |
* | | | | | | MergedReftable: Remove unnecessary semicolon | David Pursehouse | 2019-12-05 | 1 | -1/+1 | |
* | | | | | | Introduce RefDatabase#hasFastTipsWithSha1 | Han-Wen Nienhuys | 2019-12-04 | 7 | -0/+65 | |
* | | | | | | Merge "ReceivePack: Open visibility for some methods" | Jonathan Nieder | 2019-11-26 | 1 | -2/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ReceivePack: Open visibility for some methods | Ivan Frade | 2019-11-26 | 1 | -2/+10 | |
* | | | | | | | Make blame work correctly on merge conflicts | Thomas Wolf | 2019-11-27 | 4 | -72/+182 | |
|/ / / / / / | ||||||
* | | | | | | Merge changes I8698001d,I5c1177ac | Jonathan Nieder | 2019-11-25 | 1 | -0/+43 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add missing license header to ReftableDatabase | Jonathan Nieder | 2019-11-25 | 1 | -0/+43 | |
* | | | | | | | RepositoryCache: don't require HEAD in git repositories | Han-Wen Nienhuys | 2019-11-26 | 1 | -1/+2 | |
* | | | | | | | FileRepository: cleanup refs outside refs/ on reftable conversion | Han-Wen Nienhuys | 2019-11-26 | 1 | -0/+13 | |
|/ / / / / / |