jgit/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm
Thomas Wolf bdd6cf74cf JGit pgm: make Blame more robust against bogus input
Make the command die with proper messages when the revision
cannot be resolved or the file doesn't exist in the repository.
Previously the command would throw NPEs in these cases.

Bug: 490798
Change-Id: Ia457347aa22cf6bd2c2b6e7b9d705a66b3826307
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2019-08-26 22:48:41 +02:00
..
AddTest.java Fixed few locale dependent pgm tests 2016-01-02 17:41:58 +01:00
ArchiveTest.java JGit pgm tests must quote paths on the command line 2019-07-25 08:12:08 +02:00
BlameTest.java JGit pgm: make Blame more robust against bogus input 2019-08-26 22:48:41 +02: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 "jgit checkout -f" to overwrite dirty worktree files 2019-01-08 10:01:09 +01:00
CleanTest.java Organize imports 2016-11-14 13:25:20 -08:00
CloneTest.java JGit pgm tests must quote paths on the command line 2019-07-25 08:12:08 +02: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 Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReader 2019-08-11 00:06:03 +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 JGit pgm tests must quote paths on the command line 2019-07-25 08:12:08 +02:00
MergeTest.java Added CLIText.fatalError(String) API for tests 2016-01-06 17:26:43 -05:00
ProxyConfigTest.java Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 2019-06-19 10:43:01 +02: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