summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Fix "jgit checkout -f" to overwrite dirty worktree filesChristian Halstrick2019-01-081-0/+16
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-2/+2
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Add ls-files CLI commandMatthias Sohn2018-08-281-0/+96
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-6/+6
* Repository: Deprecate getTags methodDavid Pursehouse2018-05-221-7/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Use Constants.CHARACTER_ENCODING in testsDavid Pursehouse2018-04-111-1/+2
* Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-131-0/+13
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-071-2/+3
* ArchiveTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-43/+36
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-2/+4
* ArchiveTest: Check result of BufferedInputStream#skipDavid Pursehouse2017-12-071-1/+5
* Checkout now reports failures through exceptions.Ned Twigg2017-10-011-3/+21
* Added API to TextBuiltin for piped usage.Ned Twigg2017-09-211-0/+110
* Update args4j to 2.33Matthias Sohn2017-08-302-2/+2
* Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-301-0/+80
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Add --match option for `jgit describe` to CLIOliver Lockwood2017-06-221-3/+49
* ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2017-06-051-4/+4
* Run auto GC in the backgroundDavid Turner2017-06-061-0/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-7/+7
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Organize importsDavid Pursehouse2016-11-142-5/+9
* Preserve backslashes within double quotes in CLIGitCommand::split()Rüdiger Herrmann2016-10-231-0/+2
* 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
* Fix JGit CLI to follow native git's interpretation of http_proxy...Christian Halstrick2016-10-141-0/+232
* CLI: implement option -d for deleting tagsNed Twigg2016-08-311-0/+23
* Added a clean command.Ned Twigg2016-08-301-0/+136
* 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