aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src
Commit message (Expand)AuthorAgeFilesLines
* Add pack-refs command to the CLIYash Chaturvedi2024-11-221-0/+34
* Remove unnecessary argument handler in MergeBase.javaKamil Musin2024-10-081-5/+0
* PackWriter: Remove constructor with only Reader as paramIvan Frade2024-09-161-1/+2
* Signing: refactor interfacesThomas Wolf2024-08-244-41/+17
* Add worktrees read supportJanne Valkealahti2024-07-141-1/+1
* Bump jetty version to 12.0.9 and servlet-api to 6.0nextDavid Ostrovsky2024-05-081-2/+2
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+2
* 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