summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * Remove duplicate ignore_optional_problems entry in .classpathMatthias Sohn2020-01-041-1/+0
| | | | | | * Update maven-site-plugin used by benchmark module to 3.8.2Matthias Sohn2019-12-181-1/+1
| | | | | | * Add dependency to enable site generation for benchmark moduleMatthias Sohn2019-12-181-0/+27
| | | | | | * Ignore warnings for generated source code in org.eclipse.jgit.benchmarkMatthias Sohn2019-12-171-0/+1
| | | | | | * Fix MBean registrationMatthias Sohn2019-12-132-7/+14
| | | | | | * Enhance WindowCache statisticsMatthias Sohn2019-12-086-41/+547
| | | | | * | Fix API problem filtersMatthias Sohn2020-01-093-27/+74
* | | | | | | Remove no longer used API problem filterMatthias Sohn2020-01-051-9/+0
* | | | | | | Remove duplicate copyright statementsMatthias Sohn2020-01-0412-12/+0
* | | | | | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041494-56765/+7505
* | | | | | | Update spring-boot-maven-plugin to 2.1.5.RELEASEMatthias Sohn2020-01-031-1/+1
* | | | | | | TLS support on IBM JDKsThomas Wolf2020-01-037-7/+253
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-262-2/+2
|\| | | | | |
| * | | | | | Hooks: avoid problems with backslashes in pathsThomas Wolf2019-12-242-2/+2
* | | | | | | Upgrade maven-source-plugin to 3.2.1David Pursehouse2019-12-251-1/+1
* | | | | | | Upgrade ecj to 3.20.0David Pursehouse2019-12-251-1/+1
* | | | | | | Update jetty to 9.4.24.v20191120Matthias Sohn2019-12-2322-205/+205
* | | | | | | Using StringBuilder in StringUtils#capitalize methodLars Vogel2019-12-181-1/+1
* | | | | | | Add resource preferences for top level jgit projectMatthias Sohn2019-12-161-0/+2
* | | | | | | pgm: add option if reflogs should be written when converting to reftableMatthias Sohn2019-12-152-1/+6
* | | | | | | pgm: add option to configure if convert-ref-storage should create backupMatthias Sohn2019-12-152-1/+9
* | | | | | | Set config "extensions" option when converting ref storage formatMatthias Sohn2019-12-153-6/+45
* | | | | | | Externalize error message in FileRepository#convertRefStorageMatthias Sohn2019-12-143-3/+4
* | | | | | | Fix indentation in ConvertRefStorageMatthias Sohn2019-12-141-7/+7
* | | | | | | Replace chain of if statements with switchCarsten Hammer2019-12-1420-166/+281
* | | | | | | Merge "Update API baseline for 5.7 to 5.6.0.201912101111-r"David Pursehouse2019-12-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Update API baseline for 5.7 to 5.6.0.201912101111-rMatthias Sohn2019-12-111-1/+1
* | | | | | | | Minor - Removes unnecessary whitespace in ReftableReaderLars Vogel2019-12-111-1/+1
|/ / / / / / /
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-112-11/+2
|\| | | | | |
| * | | | | | Prepare 5.6.1-SNAPSHOT buildsMatthias Sohn2019-12-1174-455/+455
| * | | | | | JGit v5.6.0.201912101111-rv5.6.0.201912101111-rMatthias Sohn2019-12-1074-105/+105
* | | | | | | Change the wildcard import to explicit ones.Yunjie Li2019-12-091-1/+4
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-0912-19/+326
|\| | | | | |
| * | | | | | Add ability to redirect stderr from git hooksTim Neumann2019-12-0911-10/+307
| * | | | | | Add possibility to get pure stderr output from AbortedByHookExceptionTim Neumann2019-12-091-9/+19
* | | | | | | Merge branch 'stable-5.6'David Pursehouse2019-12-063-115/+309
|\| | | | | |
| * | | | | | Cleanup CommitAndLogCommandTestMatthias Sohn2019-12-051-55/+51
| * | | | | | CLI: Add support for excluding paths from Git log commandJohn Tipper2019-12-053-60/+258
* | | | | | | Fix API check errors introduced in ReceivePack in 945d43d5Matthias Sohn2019-12-052-1/+12
* | | | | | | ReceivePack: Moves connectivity check to separate classDemetr Starshov2019-12-053-85/+362
* | | | | | | Upgrade error_prone_core to 2.3.4David Pursehouse2019-12-052-2/+2
* | | | | | | Merge branch 'stable-5.6'David Pursehouse2019-12-052-17/+27
|\| | | | | |
| * | | | | | ReftableTest: Clean up boxing warnings on usage of String.formatDavid Pursehouse2019-12-051-16/+26
| * | | | | | MergedReftable: Remove unnecessary semicolonDavid Pursehouse2019-12-051-1/+1
* | | | | | | Suppress API error for RefDatabase.hasFastTipsWithSha1()Matthias Sohn2019-12-051-0/+12
* | | | | | | Remove API filters which became obsolete after bumping version to 5.7.0Matthias Sohn2019-12-051-134/+0
* | | | | | | Add missing @since tag for ReceivePack#receiveWithExceptionPropagationMatthias Sohn2019-12-051-0/+1
* | | | | | | Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn2019-12-0574-455/+455
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2019-12-0529-30/+165
|\| | | | | |
| * | | | | | Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-049-0/+135