jgit/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm
Thomas Wolf 5fe455c84f JGit pgm tests must quote paths on the command line
The JGit pgm tests parse the command line internally using Linux
semantics, treating '\' as an escape. File paths therefore must
be quoted, otherwise Windows paths are destroyed. See the
attachment[1] on bug 548598.

[1] https://bugs.eclipse.org/bugs/attachment.cgi?id=279387

Bug: 544326
Change-Id: If42e29c8e808b0983fba2843a34c3ea3dd0e9246
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2019-07-25 08:12:08 +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
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 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 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 2018-09-30 14:34:14 +09: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