Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2-3/+3
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2-0/+2
2016-11-14Organize importsDavid Pursehouse1-1/+0
2016-10-23Preserve backslashes within double quotes in CLIGitCommand::split()Rüdiger Herrmann1-1/+1
2016-10-19CLIRepositoryTestCase: Remove unused 'trash' memberDavid Pursehouse1-4/+0
2016-01-06Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov2-65/+113
2016-01-06Added CLIText.fatalError(String) API for testsAndrey Loskutov1-3/+1
2016-01-02Simplify pgm tests: allow varargs and trim output for toString()Andrey Loskutov1-4/+8
2015-12-30Make sure tests don't blindly continue if a command is "silently" failedAndrey Loskutov1-5/+46
2015-12-29Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov1-2/+29
2015-12-28Simplify development of commands: added main() to CLIGitCommandAndrey Loskutov2-1/+42
2015-12-28Allow checkout paths without specifying branch nameAndrey Loskutov1-0/+13
2015-10-29reset command should support the -- <paths> parametersKaloyan Raev1-0/+8
2014-05-12Command line: implement checkout -- <path>Matthias Sohn1-0/+4
2013-05-06Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn1-0/+1
2013-04-04Add the no-commit option to MergeCommandTomasz Zarna1-3/+2
2013-03-27New functions to facilitate the writing of CLI test casesFrançois Rey1-0/+90
2013-03-18JGit 3.0: move internal classes into an internal subpackageShawn Pearce1-1/+1
2012-11-16Allow commandline tests to use raw outputJonathan Nieder1-4/+11
2012-11-15Prefix an abnormal CLI command termination with 'fatal:'Tomasz Zarna1-1/+3
2012-09-16Check for write errors in standard out and exit with errorRobin Rosenberg1-8/+4
2012-09-09Added new Status CLI command 'jgit status'Robin Rosenberg1-0/+4
2012-09-05Output result of switching branch -- o.e.jgit.pgm.CheckoutTomasz Zarna1-0/+2
2012-04-18Allow to write tests with CLI syntaxTomasz Zarna2-0/+241
2012-03-22Revert "Allow to write tests with CLI syntax"Matthias Sohn2-241/+0
2012-03-22Allow to write tests with CLI syntaxTomasz Zarna2-0/+241

    Back to the top