jgit/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm
David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
Change-Id: I3b748620f067582afef20f144feebe40d0332be2
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2018-09-04 10:53:10 +09:00
..
AddTest.java Fixed few locale dependent pgm tests 2016-01-02 17:41:58 +01:00
ArchiveTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
BranchTest.java Merge branch 'stable-4.2' 2016-01-20 09:45:48 +09:00
CLIGitCommandTest.java Preserve backslashes within double quotes in CLIGitCommand::split() 2016-10-23 15:29:17 +09:00
CheckoutTest.java Fix remaining javadoc errors raised by doclint 2017-12-21 02:42:14 +01:00
CleanTest.java Organize imports 2016-11-14 13:25:20 -08:00
CloneTest.java Add missing @Test annotations 2016-06-01 16:06:23 -04:00
CommitAndLogTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
CommitTest.java Simplify pgm tests: allow varargs and trim output for toString() 2016-01-02 17:41:58 +01:00
ConfigTest.java Run auto GC in the background 2017-06-06 01:18:29 +02:00
DescribeTest.java Add --match option for `jgit describe` to CLI 2017-06-22 09:08:55 +02:00
FetchTest.java Implement --force option in FetchCommand and CLI fetch command 2018-03-13 02:20:29 +01:00
InitTest.java JGit CLI: allow to call git init with specific directory 2016-05-22 22:11:03 +02:00
LsFilesTest.java Add ls-files CLI command 2018-08-28 01:52:06 +02:00
LsRemoteTest.java [pgm] Add option --tags for ls-remote 2014-12-16 15:29:08 +01:00
MergeTest.java Added CLIText.fatalError(String) API for tests 2016-01-06 17:26:43 -05:00
ProxyConfigTest.java Use Constants.CHARACTER_ENCODING in tests 2018-04-11 03:12:16 -04:00
ReflogTest.java Add missing newlines at ends of Java files 2017-07-25 10:37:21 +01:00
RemoteTest.java Add remote command to JGit CLI 2015-12-11 22:54:48 +01:00
RepoTest.java RepoTest: Open Git in try-with-resources 2016-02-05 18:17:02 +09:00
ResetTest.java Update args4j to 2.33 2017-08-30 03:07:35 +02:00
RmTest.java Fix compilation errors with args4j 2.0.23 and later 2017-08-30 03:07:35 +02:00
StatusTest.java Update args4j to 2.33 2017-08-30 03:07:35 +02:00
TagTest.java Repository: Deprecate getTags method 2018-05-22 09:40:54 +09:00
TextBuiltinTest.java Added API to TextBuiltin for piped usage. 2017-09-21 14:48:45 -04:00