jgit/org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm
Kaloyan Raev 9041fbc958 CLI status should support --untracked-files
A special options handler is added to properly handle the short -u alias
of the option.

The "normal" mode is not supported by this patch, because this mode of
listing untracked files is not
supported by the org.eclipse.jgit.lib.IndexDiff class. This mode is not
necessary for my use case. It can be added later if anyone really needs
it.

The StatusTest is updated to cover all possible combinations of the
--porcelain and --untracked-files options.

Bug: 459319
Change-Id: I305ac95739cfed0c16735e0987844e57fa27e236
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2015-03-12 18:10:26 -07:00
..
AddTest.java Add basic "jgit add" tests 2012-11-29 16:38:07 -08:00
ArchiveTest.java Remove unused import from ArchiveTest 2014-01-07 09:22:11 +01:00
BranchTest.java Implement "git branch --contains" in pgm 2014-03-07 18:24:42 -05:00
CLIGitCommandTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
CheckoutTest.java Add option --orphan for checkout 2015-02-04 13:35:32 +01:00
CloneTest.java [pgm] Add option --bare to clone command 2014-12-22 15:45:46 +01:00
CommitAndLogTest.java Allow to write tests with CLI syntax 2012-04-18 18:57:36 +02:00
ConfigTest.java Fix failing ConfigTest on Windows 2014-05-17 04:09:22 -04:00
DescribeTest.java Add "--long" option to JGit describe 2015-03-09 13:48:04 -07:00
FetchTest.java CLI fetch command should support --tags 2013-10-26 17:25:23 -04:00
LsRemoteTest.java [pgm] Add option --tags for ls-remote 2014-12-16 15:29:08 +01:00
MergeTest.java Handle -m option for Merge command 2014-08-30 01:17:24 +02:00
ReflogTest.java Fix line endings 2013-05-03 16:19:07 +02:00
RepoTest.java Strip trailing /s in repo base URI. 2014-07-28 16:13:50 -07:00
StatusTest.java CLI status should support --untracked-files 2015-03-12 18:10:26 -07:00
TagTest.java Add a test for org.eclipse.jgit.pgm.Tag 2012-11-15 16:28:02 -08:00