summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test
Commit message (Expand)AuthorAgeFilesLines
* Checkout: Add the ability to checkout all paths.Ned Twigg2016-10-221-1/+24
* ArchiveTest: Don't use string concatenation in loopDavid Pursehouse2016-10-191-12/+12
* CLIRepositoryTestCase: Remove unused 'trash' memberDavid Pursehouse2016-10-191-4/+0
* Upgrade buck to 7b7817c48f30687781040b2b82ac9218d5c4eaa4David Pursehouse2016-10-181-1/+0
* Fix JGit CLI to follow native git's interpretation of http_proxy...Christian Halstrick2016-10-141-0/+232
* Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn2016-09-206-28/+7
* Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2016-09-192-19/+19
* CLI: implement option -d for deleting tagsNed Twigg2016-08-311-0/+23
* Added a clean command.Ned Twigg2016-08-301-0/+136
* Ignore 'The value of exception parameter is not used' warningDavid Pursehouse2016-07-261-0/+1
* Fix DirCacheCheckout to return CheckoutConflictExceptionChristian Halstrick2016-06-231-7/+12
* Merge "Add missing @Test annotations"Christian Halstrick2016-06-021-0/+1
|\
| * Add missing @Test annotationsHugo Arès2016-06-011-0/+1
* | Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2016-06-012-19/+19
|/
* JGit CLI: allow to call git init with specific directoryRüdiger Herrmann2016-05-222-1/+92
* Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-04-082-19/+19
* Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-082-19/+19
* JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2016-04-082-2/+2
* JGit v4.3.0.201604071045-rMatthias Sohn2016-04-072-2/+2
* Prepare 4.3-SNAPSHOT buildsMatthias Sohn2016-04-052-2/+2
* JGit v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1Matthias Sohn2016-03-232-2/+2
* Merge branch 'stable-4.2'Matthias Sohn2016-02-121-13/+16
|\
| * ReflogTest: Open Git instances in try-with-resourceDavid Pursehouse2016-02-121-13/+16
* | Merge branch 'stable-4.2'Matthias Sohn2016-02-101-16/+20
|\|
| * RepoTest: Open Git in try-with-resourcesDavid Pursehouse2016-02-051-16/+20
| * Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn2016-01-222-19/+19
| * JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn2016-01-212-2/+2
| * Merge branch 'master' into stable-4.2Matthias Sohn2016-01-2116-128/+769
| |\
* | | 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