aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test
Commit message (Expand)AuthorAgeFilesLines
* Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2016-01-212-19/+19
* Merge branch 'stable-4.2'Matthias Sohn2016-01-211-1/+3
|\
| * ConfigTest: Create Git instance in try-with-resourceDavid Pursehouse2016-01-211-1/+3
* | Merge branch 'stable-4.2'David Pursehouse2016-01-202-292/+317
|\|
| * CheckoutTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-285/+306
| * BranchTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-8/+12
| * Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2016-01-192-2/+2
| * JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1Matthias Sohn2015-12-152-2/+2
* | Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov2016-01-063-106/+155
* | branch command: print help if requested, even if arguments are wrongAndrey Loskutov2016-01-061-0/+10
* | Added CLIText.fatalError(String) API for testsAndrey Loskutov2016-01-063-11/+11
* | branch command: provide convenient and meaningful options helpAndrey Loskutov2016-01-021-8/+176
* | Simplify pgm tests: allow varargs and trim output for toString()Andrey Loskutov2016-01-022-24/+27
* | Fixed few locale dependent pgm testsAndrey Loskutov2016-01-023-5/+44
* | buck: set vm_args for testsShawn Pearce2016-01-011-0/+1
* | buck: run testsShawn Pearce2015-12-311-0/+37
* | Make sure tests don't blindly continue if a command is "silently" failedAndrey Loskutov2015-12-3110-29/+59
* | Sort "eager" path-like options to the end of the helpAndrey Loskutov2015-12-292-0/+15
* | reset command: provide convenient and meaningful options helpAndrey Loskutov2015-12-291-5/+27
* | commit command: allow to specify path(s) argument(s)Andrey Loskutov2015-12-291-0/+113
* | repo command: properly name the required 'path' argumentAndrey Loskutov2015-12-291-0/+24
* | Un-ignored existing CLI tests which run just fine on Java 7+Andrey Loskutov2015-12-292-13/+2
* | Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2015-12-292-2/+51
* | Simplify development of commands: added main() to CLIGitCommandAndrey Loskutov2015-12-283-1/+43
* | Allow checkout paths without specifying branch nameAndrey Loskutov2015-12-282-0/+50
|/
* Add remote command to JGit CLIKaloyan Raev2015-12-111-0/+159
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-253-7/+9
* Fix classpath of test launch configurationsMatthias Sohn2015-11-212-7/+0
* reset command should support the -- <paths> parametersKaloyan Raev2015-10-293-9/+141
* Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2015-09-282-18/+18
* Prepare 4.1.1-SNAPSHOT buildsMatthias Sohn2015-09-282-18/+18
* JGit v4.1.0.201509280440-rv4.1.0.201509280440-rMatthias Sohn2015-09-282-2/+2
* Fix integer boxing eclipse warningHugo Arès2015-09-161-19/+18
* Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2015-06-032-18/+18
* archive: Drop unnecessary empty comments and 'final' qualifiers on localsJonathan Nieder2015-05-271-75/+75
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-231-17/+0
* CLI status should support --untracked-filesKaloyan Raev2015-03-121-206/+428
* Add "--long" option to JGit describeChristian Halstrick2015-03-091-0/+7
* Set minimum required Java version to Java 7Matthias Sohn2015-02-093-5/+5
* Merge branch 'stable-3.7'Matthias Sohn2015-02-041-0/+12
|\
| * Add option --orphan for checkoutRüdiger Herrmann2015-02-041-0/+12
| * Prepare post 3.7.0.201502031740-rc1 buildsMatthias Sohn2015-02-042-2/+2
| * JGit v3.7.0.201502031740-rc1v3.7.0.201502031740-rc1Matthias Sohn2015-02-032-2/+2
* | Prepare 4.0.0-SNAPSHOT buildsMatthias Sohn2015-01-272-18/+18
|/
* Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn2014-12-242-18/+18
* Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn2014-12-232-18/+18
* JGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn2014-12-232-2/+2
* [pgm] Add option --bare to clone commandMatthias Sohn2014-12-221-0/+20
* [pgm] Implement clone using CloneCommandMatthias Sohn2014-12-221-0/+136
* [pgm] Add option --tags for ls-remoteMatthias Sohn2014-12-161-0/+31