aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-7.1'Matthias Sohn2024-12-061-0/+2
|\
| * Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-061-0/+2
| |\
| | * Disable MergeToolTest#testEmptyToolNameMatthias Sohn2024-12-021-0/+2
* | | MergeToolTest: update expected error from the toolIvan Frade2024-12-041-1/+1
|/ /
* / Add pack-refs command to the CLIYash Chaturvedi2024-11-221-0/+81
|/
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-282-5/+4
* Merge branch 'stable-6.5'Matthias Sohn2023-04-281-251/+0
|\
| * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-04-271-251/+0
| |\
| | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-04-271-251/+0
| | |\
| | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-271-251/+0
| | | |\
| | | | * [bazel] Move ToolTestCase to src folder (6.2)Matthias Sohn2023-04-271-243/+0
* | | | | [pgm] Implement git tag --contains optionMatthias Sohn2023-04-121-1/+42
|/ / / /
* / / / [pgm] Fetch-CLI: add support for shallowHarald Weiner2023-01-241-0/+139
|/ / /
* / / [pgm] Add options --name-only, --name-status to diff, log, showalerthak2022-11-233-0/+190
|/ /
* | Provide encoding to String#getBytes()Han-Wen Nienhuys2022-08-081-1/+2
* | Run tests that checks araxis output only on LinuxSimeon Andreev2022-06-173-0/+11
|/
* Teach JGit to handle external diff/merge tools defined in .gitattributesAndre Bossert2022-06-021-1/+2
* Adapt diff- and merge tool code for PGM and EGit usageAndre Bossert2022-06-023-26/+220
* Add availability check of pre-defined toolsAndre Bossert2022-06-012-10/+50
* Add filtering with help of DirCacheCheckout.getContent()Andre Bossert2022-05-302-57/+47
* Add mergetool merge feature (execute external tool)Andre Bossert2022-05-253-51/+364
* Add command line support for "git mergetool"Andre Bossert2022-05-253-91/+287
* Add difftool compare feature (execute external tool)Andre Bossert2022-05-251-10/+53
* [pgm] Add describe --abbrev optionMatthias Sohn2022-03-021-0/+25
* [test] Fix closing of test repositoriesNail Samatov2022-01-301-0/+1
* Add config reader for user-defined difftoolsAndre Bossert2021-12-081-4/+14
* Merge branch 'stable-6.0'Matthias Sohn2021-11-281-9/+9
|\
| * RevListTest: fix warning that method parameter hides field 'git'Matthias Sohn2021-11-241-9/+9
* | Add command line support for "git difftool"Andre Bossert2021-11-251-0/+195
|/
* pgm: rewrite parents when --parents flag is passedkylezhao2021-05-261-0/+75
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-0/+21
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-221-0/+42
* Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-261-1/+19
* Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-241-17/+9
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0424-912/+120
* JGit pgm: Format blame output to match canonical gitThomas Wolf2019-11-271-8/+11
* Make blame work correctly on merge conflictsThomas Wolf2019-11-271-0/+35
* [pgm] Add --mirror option to clone commandMatthias Sohn2019-10-211-2/+42
* JGit pgm: make Blame more robust against bogus inputThomas Wolf2019-08-261-0/+122
* Merge branch 'stable-5.4'Matthias Sohn2019-08-201-16/+29
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-16/+29
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-191-16/+29
| | |\
| | | * Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReaderMatthias Sohn2019-08-111-16/+29
| | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-191-2/+2
* | | | JGit pgm tests must quote paths on the command lineThomas Wolf2019-07-253-20/+18
|/ / /
* / / Convert to lambda or member referenceCarsten Hammer2019-05-161-10/+6
|/ /
* | Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-081-0/+16
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-2/+2
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Add ls-files CLI commandMatthias Sohn2018-08-281-0/+96