aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
* Fix DirCacheCheckout to return CheckoutConflictExceptionChristian Halstrick2016-06-231-7/+12
* Add missing @Test annotationsHugo Arès2016-06-011-0/+1
* JGit CLI: allow to call git init with specific directoryRüdiger Herrmann2016-05-221-0/+90
* ReflogTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-121-13/+16
* RepoTest: Open Git in try-with-resourcesDavid Pursehouse2016-02-051-16/+20
* Merge branch 'master' into stable-4.2Matthias Sohn2016-01-2111-84/+484
|\
| * Merge branch 'stable-4.2'David Pursehouse2016-01-202-292/+317
| |\
| * | Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov2016-01-061-41/+42
| * | 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-062-8/+10
| * | 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-021-20/+19
| * | Fixed few locale dependent pgm testsAndrey Loskutov2016-01-022-5/+14
| * | Make sure tests don't blindly continue if a command is "silently" failedAndrey Loskutov2015-12-319-24/+13
| * | 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-291-0/+22
| * | Allow checkout paths without specifying branch nameAndrey Loskutov2015-12-281-0/+37
* | | ConfigTest: Create Git instance in try-with-resourceDavid Pursehouse2016-01-211-1/+3
| |/ |/|
* | 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
|/
* Add remote command to JGit CLIKaloyan Raev2015-12-111-0/+159
* Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-253-7/+9
* reset command should support the -- <paths> parametersKaloyan Raev2015-10-292-9/+133
* Fix integer boxing eclipse warningHugo Arès2015-09-161-19/+18
* archive: Drop unnecessary empty comments and 'final' qualifiers on localsJonathan Nieder2015-05-271-75/+75
* CLI status should support --untracked-filesKaloyan Raev2015-03-121-206/+428
* Add "--long" option to JGit describeChristian Halstrick2015-03-091-0/+7
* Add option --orphan for checkoutRüdiger Herrmann2015-02-041-0/+12
* [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
* [pgm] Add option --heads for ls-remoteMatthias Sohn2014-12-161-0/+11
* [pgm] Use LsRemoteCommand to implement ls-remote and add a testMatthias Sohn2014-12-151-0/+96
* Handle -m option for Merge commandAxel Richard2014-08-301-1/+24
* Strip trailing /s in repo base URI.Yuxuan 'fishy' Wang2014-07-281-1/+1
* Don't prefix output from jgit status with '# 'Robin Rosenberg2014-07-191-75/+75
* Fix a number of failing conflict situationsRobin Rosenberg2014-05-171-0/+360
* Fix failing ConfigTest on WindowsRobin Rosenberg2014-05-171-23/+7
* Command line: implement checkout -- <path>Matthias Sohn2014-05-121-0/+24
* cleanup: remove some unused importsRobin Rosenberg2014-04-251-4/+0
* Added groups support to repo subcommand.Yuxuan 'fishy' Wang2014-04-231-13/+83
* Added the command line of jgit repo.Yuxuan 'fishy' Wang2014-04-231-0/+96
* Implement "git branch --contains" in pgmRobin Stocker2014-03-071-1/+24
* Don't raise checkout conflict for file missing in working treeChristian Halstrick2014-02-261-0/+50
* Add symlink support to JGitRobin Rosenberg2014-02-101-0/+22
* Remove unused import from ArchiveTestMatthias Sohn2014-01-071-1/+0