summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org
Commit message (Expand)AuthorAgeFilesLines
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-312-3/+3
* Fix split package in bundle org.eclipse.jgit.ssh.jschMatthias Sohn2021-09-291-1/+1
* Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2021-08-291-2/+6
* Fix typo in javadoc of PathTreeFilterHandlerMatthias Sohn2021-06-281-1/+1
* pgm: rewrite parents when --parents flag is passedkylezhao2021-05-261-0/+3
* Implement ours/theirs content conflict resolutionThomas Wolf2021-04-192-2/+21
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-0/+8
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-221-0/+3
* GPG signature verification via BouncyCastleThomas Wolf2021-02-165-16/+219
* [pgm] add option --timeout to clone commandMatthias Sohn2021-01-291-3/+5
* Merge changes I36d9b63e,I8c5db581,I2c02e89cJonathan Tan2021-01-271-1/+53
|\
| * Compare getting all refs except specific refs with seek and with filterGal Paikin2021-01-271-1/+53
* | [pgm] Use Apache sshd by defaultThomas Wolf2021-01-151-2/+2
|/
* Tag message must not include the signatureThomas Wolf2021-01-101-5/+10
* Remove reftree and ketchHan-Wen Nienhuys2020-12-152-183/+3
* LsRemote: suppress warning for non-externalized stringMatthias Sohn2020-12-151-1/+1
* TagCommand: support signing annotated tagsThomas Wolf2020-12-071-2/+30
* Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-261-0/+15
* Implement git describe --allJason Yeo2020-10-131-0/+4
* Decouple JSch from JGit CoreMatthias Sohn2020-06-011-0/+4
* 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
* | 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
* | | | | | | | 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-0477-2926/+385
* | | | | | | pgm: add option if reflogs should be written when converting to reftableMatthias Sohn2019-12-151-1/+5
* | | | | | | pgm: add option to configure if convert-ref-storage should create backupMatthias Sohn2019-12-151-1/+6
* | | | | | | 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
|/ / / / / /
* | | | | | JGit pgm: Format blame output to match canonical gitThomas Wolf2019-11-271-23/+41
* | | | | | Make blame work correctly on merge conflictsThomas Wolf2019-11-271-25/+3
* | | | | | pgm: add write stats to BenchmarkReftableHan-Wen Nienhuys2019-11-161-1/+36
* | | | | | pgm: add command to convert repo to reftableHan-Wen Nienhuys2019-11-161-0/+60
* | | | | | [pgm] Add --mirror option to clone commandMatthias Sohn2019-10-211-1/+5
* | | | | | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-175-31/+22
* | | | | | reftable: pass OutputStream at construction timeHan-Wen Nienhuys2019-09-201-2/+2
|/ / / / /
* | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-09-081-3/+0
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-081-3/+0
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-081-4/+0
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-071-4/+0
| | | |\|
| | | | * CLI: Remove unused externalized stringsDavid Pursehouse2019-09-071-4/+0