diff options
author | Kaloyan Raev <kaloyan.r@zend.com> | 2015-02-06 16:45:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-03-12 18:10:26 -0700 |
commit | 9041fbc958e3f1d19d3ff1285c41201336d5369f (patch) | |
tree | c0291fc9ca89e493531d055801ba6f582784cb26 /pom.xml | |
parent | 8b6f9ace1519d79d41ae0179c633cbd21219f7d8 (diff) | |
download | jgit-9041fbc958e3f1d19d3ff1285c41201336d5369f.tar.gz jgit-9041fbc958e3f1d19d3ff1285c41201336d5369f.zip |
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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -181,8 +181,7 @@ <javaewah-version>0.7.9</javaewah-version> <junit-version>4.11</junit-version> <test-fork-count>1C</test-fork-count> - <!-- TODO: update Maven dependency for args4j to 2.0.21 as soon as available on Maven Central --> - <args4j-version>2.0.12</args4j-version> + <args4j-version>2.0.15</args4j-version> <commons-compress-version>1.6</commons-compress-version> <osgi-core-version>4.3.1</osgi-core-version> <servlet-api-version>2.5</servlet-api-version> |