aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-271-0/+251
|\
| * [bazel] Move ToolTestCase to src folder (6.2)Matthias Sohn2023-04-271-0/+243
|/
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-042-76/+10
* Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+4
* JGit pgm tests must quote paths on the command lineThomas Wolf2019-07-251-0/+8
* Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-111-1/+1
* SpotBugs: don't rely on default encodingMatthias Sohn2018-09-101-5/+8
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-3/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-192-0/+2
* Organize importsDavid Pursehouse2016-11-141-1/+0
* Preserve backslashes within double quotes in CLIGitCommand::split()Rüdiger Herrmann2016-10-231-1/+1
* CLIRepositoryTestCase: Remove unused 'trash' memberDavid Pursehouse2016-10-191-4/+0
* Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov2016-01-062-65/+113
* Added CLIText.fatalError(String) API for testsAndrey Loskutov2016-01-061-3/+1
* Simplify pgm tests: allow varargs and trim output for toString()Andrey Loskutov2016-01-021-4/+8
* Make sure tests don't blindly continue if a command is "silently" failedAndrey Loskutov2015-12-311-5/+46
* Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2015-12-291-2/+29
* Simplify development of commands: added main() to CLIGitCommandAndrey Loskutov2015-12-282-1/+42
* Allow checkout paths without specifying branch nameAndrey Loskutov2015-12-281-0/+13
* reset command should support the -- <paths> parametersKaloyan Raev2015-10-291-0/+8
* Command line: implement checkout -- <path>Matthias Sohn2014-05-121-0/+4
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Add the no-commit option to MergeCommandTomasz Zarna2013-04-041-3/+2
* New functions to facilitate the writing of CLI test casesFrançois Rey2013-03-271-0/+90
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Allow commandline tests to use raw outputJonathan Nieder2012-11-161-4/+11
* Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna2012-11-151-1/+3
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-8/+4
* Added new Status CLI command 'jgit status'Robin Rosenberg2012-09-091-0/+4
* Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna2012-09-051-0/+2
* Allow to write tests with CLI syntaxTomasz Zarna2012-04-182-0/+241
* Revert "Allow to write tests with CLI syntax"Matthias Sohn2012-03-232-241/+0
* Allow to write tests with CLI syntaxTomasz Zarna2012-03-222-0/+241