aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Update reftable storage repo layoutHan-Wen Nienhuys2020-03-044-44/+124
* | | | | | Cygwin expects forward slashes for commands to be run via sh.exeThomas Wolf2020-02-281-1/+1
* | | | | | Make Logger instances finalDavid Pursehouse2020-02-272-2/+3
* | | | | | Move array designators from the variable to the typeDavid Pursehouse2020-02-278-11/+11
* | | | | | Revert "Prepend hostname to subsection used to store file timestamp resolution"Matthias Sohn2020-02-221-3/+2
* | | | | | SimilarityRenameDetector: Fix inconsistent indentationDavid Pursehouse2020-02-191-4/+4
* | | | | | Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse2020-02-196-8/+9
* | | | | | Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-1938-61/+61
* | | | | | GitmoduleEntry: Remove redundant import of class from same packageDavid Pursehouse2020-02-191-2/+0
* | | | | | Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-1929-37/+37
* | | | | | Simplify ReftableCompactorHan-Wen Nienhuys2020-02-125-89/+42
* | | | | | Change the wildcard import to explicit ones.Yunjie Li2020-02-121-1/+4
* | | | | | 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
* | | | | | Restore behavior of CloneCommandThomas Wolf2020-02-041-16/+26
* | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-02-016-76/+428
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-02-016-76/+428
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-02-016-76/+428
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-016-76/+428
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-02-014-55/+378
| | | | |\|
| | | | | * 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-203-47/+328
| | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-01-174-21/+50
| | | | |\|
| | | | | * Replace usage of ArrayIndexOutOfBoundsException in treewalkPatrick Hiesel2020-01-092-9/+6
| | | | | * Add config constants for WindowCache configuration optionsMatthias Sohn2020-01-092-12/+44
* | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-01-095-34/+502
|\| | | | |
| * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-01-095-34/+501
| |\| | | |
| | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-01-095-34/+501
| | |\| | |
| | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-01-095-41/+502
| | | |\| |
| | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-01-095-41/+502
| | | | |\|
| | | | | * 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-084-35/+487
* | | | | | Hooks: avoid problems with backslashes in pathsThomas Wolf2019-12-242-2/+2
* | | | | | Add ability to redirect stderr from git hooksTim Neumann2019-12-098-10/+282
* | | | | | Add possibility to get pure stderr output from AbortedByHookExceptionTim Neumann2019-12-091-9/+19
* | | | | | CLI: Add support for excluding paths from Git log commandJohn Tipper2019-12-051-7/+36
* | | | | | MergedReftable: Remove unnecessary semicolonDavid Pursehouse2019-12-051-1/+1
* | | | | | Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-047-0/+65
* | | | | | Merge "ReceivePack: Open visibility for some methods"Jonathan Nieder2019-11-261-2/+10
|\ \ \ \ \ \
| * | | | | | ReceivePack: Open visibility for some methodsIvan Frade2019-11-261-2/+10
* | | | | | | Make blame work correctly on merge conflictsThomas Wolf2019-11-274-72/+182
|/ / / / / /
* | | | | | Merge changes I8698001d,I5c1177acJonathan Nieder2019-11-251-0/+43
|\ \ \ \ \ \
| * | | | | | Add missing license header to ReftableDatabaseJonathan Nieder2019-11-251-0/+43
* | | | | | | RepositoryCache: don't require HEAD in git repositoriesHan-Wen Nienhuys2019-11-261-1/+2
* | | | | | | FileRepository: cleanup refs outside refs/ on reftable conversionHan-Wen Nienhuys2019-11-261-0/+13
|/ / / / / /