aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* 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-095-34/+502
|\
| * 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
* | | | | | | Remove duplicate copyright statementsMatthias Sohn2020-01-0410-10/+0
* | | | | | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-04771-29298/+3855
* | | | | | | TLS support on IBM JDKsThomas Wolf2020-01-034-3/+214
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-262-2/+2
|\| | | | | |
| * | | | | | Hooks: avoid problems with backslashes in pathsThomas Wolf2019-12-242-2/+2
* | | | | | | 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-142-3/+3
* | | | | | | 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-099-19/+301
|\| | | | | |
| * | | | | | 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
* | | | | | | Merge branch 'stable-5.6'David Pursehouse2019-12-061-7/+36
|\| | | | | |
| * | | | | | CLI: Add support for excluding paths from Git log commandJohn Tipper2019-12-051-7/+36
* | | | | | | Fix API check errors introduced in ReceivePack in 945d43d5Matthias Sohn2019-12-051-1/+4
* | | | | | | ReceivePack: Moves connectivity check to separate classDemetr Starshov2019-12-053-85/+362
* | | | | | | Merge branch 'stable-5.6'David Pursehouse2019-12-051-1/+1
|\| | | | | |
| * | | | | | MergedReftable: Remove unnecessary semicolonDavid Pursehouse2019-12-051-1/+1
* | | | | | | Add missing @since tag for ReceivePack#receiveWithExceptionPropagationMatthias Sohn2019-12-051-0/+1
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-057-0/+65
|\| | | | | |
| * | | | | | Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-047-0/+65
* | | | | | | transport: Add methods that do not handle exceptionsMasaya Suzuki2019-12-021-10/+44
* | | | | | | transport: Let users specify an error handler for unpacking a pack fileMasaya Suzuki2019-12-022-1/+48
* | | | | | | ReceivePack: Use try-with-resources for PostReceiveHookMasaya Suzuki2019-12-021-25/+22
* | | | | | | transport: Consolidate status reporting codeMasaya Suzuki2019-12-021-96/+96
* | | | | | | transport: Add ReceiveCommandErrorHandlerMasaya Suzuki2019-12-022-17/+111
* | | | | | | transport: Move exception handler to the callerMasaya Suzuki2019-12-021-9/+14
* | | | | | | transport: Move handling code to the caller sideMasaya Suzuki2019-12-021-9/+12
|/ / / / / /
* | | | | | 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
|/ / / / / /