summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.7'Matthias Sohn2023-10-131-0/+7
|\
| * Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-10-131-0/+7
| |\
| | * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-10-131-0/+6
| | |\
| | | * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-10-131-0/+6
| | | |\
| | | | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-10-131-0/+6
| | | | |\
| | | | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-10-131-0/+6
| | | | | |\
| | | | | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-10-131-0/+6
| | | | | | |\
| | | | | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-10-131-0/+6
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-10-131-0/+6
| | | | | | | | |\
| | | | | | | | | * Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-121-0/+6
* | | | | | | | | | [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-3/+3
* | | | | | | | | | [errorprone] Fix BadImportMatthias Sohn2023-09-2512-60/+43
* | | | | | | | | | [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* | | | | | | | | | [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-222-3/+2
|/ / / / / / / / /
* | | | | | | | | ReadChangedPathFilter: fix Non-externalized string literal warningJörg Kubitz2023-08-281-2/+2
* | | | | | | | | CommitGraphWriter: write changed-path filtersJonathan Tan2023-07-181-0/+83
* | | | | | | | | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1673-123/+38
|/ / / / / / / /
* | | | | | | | AddCommand: ability to switch off renormalizationThomas Wolf2023-04-281-2/+9
* | | | | | | | [pgm] Implement git tag --contains optionMatthias Sohn2023-04-121-0/+9
|/ / / / / / /
* | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-201-6/+12
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-201-6/+12
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-201-6/+12
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-161-6/+12
| | | |\| | |
| | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-161-6/+12
| | | | |\| |
| | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-161-6/+12
| | | | | |\|
| | | | | | * Add pack options to preserve and prune old pack filesMatthias Sohn2023-02-111-6/+12
* | | | | | | [pgm] Fetch-CLI: add support for shallowHarald Weiner2023-01-245-0/+105
|/ / / / / /
* | | | | | [pgm] Add options --name-only, --name-status to diff, log, showalerthak2022-11-234-8/+98
* | | | | | [pgm] Ensure UploadPack is closed to fix resource leakMatthias Sohn2022-11-211-5/+6
|/ / / / /
* | | | | 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