aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
* Fix DefaultCharset bug pattern flagged by error proneDavid Ostrovsky2022-06-172-5/+18
* Use SystemReader#getDefaultCharset to read console inputDavid Ostrovsky2022-06-171-2/+3
* Adapt diff- and merge tool code for PGM and EGit usageAndre Bossert2022-06-022-155/+155
* Add availability check of pre-defined toolsAndre Bossert2022-06-013-37/+90
* Add filtering with help of DirCacheCheckout.getContent()Andre Bossert2022-05-302-46/+133
* Add mergetool merge feature (execute external tool)Andre Bossert2022-05-253-67/+287
* Add command line support for "git mergetool"Andre Bossert2022-05-252-2/+214
* Add difftool compare feature (execute external tool)Andre Bossert2022-05-251-30/+70
* [pgm] Add describe --abbrev optionMatthias Sohn2022-03-021-0/+6
* Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-033-4/+13
* [errorprone] Fix implicit use of platform default charsetMatthias Sohn2022-01-191-1/+3
* Add config reader for user-defined difftoolsAndre Bossert2021-12-081-7/+7
* Add command line support for "git difftool"Andre Bossert2021-11-252-0/+258
* 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