aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* 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
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* CLIRepositoryTestCase: Remove unused 'trash' memberDavid Pursehouse2016-10-191-4/+0
* Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov2016-01-061-6/+9
* 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
* Simplify development of commands: added main() to CLIGitCommandAndrey Loskutov2015-12-281-1/+11
* 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
* 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
* Added new Status CLI command 'jgit status'Robin Rosenberg2012-09-091-0/+4
* Allow to write tests with CLI syntaxTomasz Zarna2012-04-181-0/+82
* Revert "Allow to write tests with CLI syntax"Matthias Sohn2012-03-231-82/+0
* Allow to write tests with CLI syntaxTomasz Zarna2012-03-221-0/+82