aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextMatthias Sohn2020-06-105-33/+41
|\
| * Prepare 5.9.0-SNAPSHOT buildsMatthias Sohn2020-06-093-45/+45
| * Organize manifest of org.eclipse.jgit.pgmMatthias Sohn2020-06-011-30/+18
| * Do not include log4j implementation in jgitMichael Keppler2020-06-012-2/+2
| * Decouple JSch from JGit CoreMatthias Sohn2020-06-013-0/+11
| * Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-012-1/+10
| * Bazel: Remove superfluous dependencies flagged by unused_depsDavid Ostrovsky2020-05-221-1/+1
* | Merge branch 'master' into nextMatthias Sohn2020-05-071-1/+1
|\|
| * Enable passing java options to jgit command line executableMatthias Sohn2020-04-281-1/+1
| * Prepare 5.8.0-SNAPSHOT buildsMatthias Sohn2020-03-093-47/+47
* | Merge branch 'master' into nextMatthias Sohn2020-02-234-6/+6
|\|
| * Merge branch 'stable-5.6'Matthias Sohn2020-02-224-6/+6
| |\
| | * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-192-3/+3
| | * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-192-3/+3
| | * Prepare 5.6.2-SNAPSHOT buildsMatthias Sohn2020-02-143-47/+47
| | * JGit v5.6.1.202002131546-rv5.6.1.202002131546-rMatthias Sohn2020-02-133-4/+4
* | | Prepare 6.0.0-SNAPSHOT buildsMatthias Sohn2020-02-233-47/+47
|/ /
* | Merge branch 'stable-5.7'Matthias Sohn2020-02-011-7/+22
|\ \
| * | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-011-7/+22
| |\|
| | * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-02-011-7/+22
| | |\
| | | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-02-011-7/+22
| | | |\
| | | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-02-011-7/+22
| | | | |\
| | | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-011-7/+22
| | | | | |\
| | | | | | * Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-02-011-7/+22
| | | | | | |\
| | | | | | | * pgm daemon: fallback to user and system config if no config specifiedMatthias Sohn2020-01-281-7/+22
| | | | | | | * Prepare 5.1.13-SNAPSHOT buildsMatthias Sohn2019-10-023-46/+46
| | | | | | | * JGit v5.1.12.201910011832-rv5.1.12.201910011832-rMatthias Sohn2019-10-023-4/+4
| | | | | * | | Prepare 5.3.7-SNAPSHOT buildsMatthias Sohn2019-10-023-47/+47
| | | | | * | | JGit v5.3.6.201910020505-rv5.3.6.201910020505-rMatthias Sohn2019-10-023-4/+4
| | | * | | | | Prepare 5.5.2-SNAPSHOT buildsMatthias Sohn2019-10-033-47/+47
| | | * | | | | JGit v5.5.1.201910021850-rv5.5.1.201910021850-rMatthias Sohn2019-10-033-4/+4
| | | * | | | | Prepare 5.5.1-SNAPSHOT buildsMatthias Sohn2019-09-113-47/+47
| | | * | | | | JGit v5.5.0.201909110433-rv5.5.0.201909110433-rMatthias Sohn2019-09-113-4/+4
| | * | | | | | Prepare 5.6.1-SNAPSHOT buildsMatthias Sohn2019-12-113-47/+47
| | * | | | | | JGit v5.6.0.201912101111-rv5.6.0.201912101111-rMatthias Sohn2019-12-103-4/+4
| | * | | | | | Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-12-043-4/+4
| | * | | | | | JGit v5.6.0.201912041214-rc1v5.6.0.201912041214-rc1Matthias Sohn2019-12-043-4/+4
| | * | | | | | Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-11-273-4/+4
| | * | | | | | JGit v5.6.0.201911271000-m3v5.6.0.201911271000-m3Matthias Sohn2019-11-273-4/+4
| * | | | | | | Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn2020-01-153-4/+4
| * | | | | | | JGit v5.7.0.202001151323-m1v5.7.0.202001151323-m1Matthias Sohn2020-01-153-4/+4
* | | | | | | | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-2710-11/+21
|/ / / / / / /
* | | | | | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0478-2964/+390
* | | | | | | 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-151-2/+6
* | | | | | | Fix indentation in ConvertRefStorageMatthias Sohn2019-12-141-7/+7
* | | | | | | Replace chain of if statements with switchCarsten Hammer2019-12-142-33/+40
* | | | | | | Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn2019-12-053-47/+47
|/ / / / / /
* | | | | | JGit pgm: Format blame output to match canonical gitThomas Wolf2019-11-271-23/+41