summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/META-INF
diff options
context:
space:
mode:
authorKevin Sawicki <kevin@github.com>2011-12-19 09:38:11 -0800
committerChris Aniszczyk <zx@twitter.com>2011-12-28 10:33:14 -0600
commit92c6f2f97bb478ac0d4731cacafaef52ac0d08d7 (patch)
tree211b11ae74bf4116cc12b30db6d80e256e671cd0 /org.eclipse.jgit.test/META-INF
parent3c7dceec1a7dc367a3e716331bacc37b74e3f6e0 (diff)
downloadjgit-92c6f2f97bb478ac0d4731cacafaef52ac0d08d7.tar.gz
jgit-92c6f2f97bb478ac0d4731cacafaef52ac0d08d7.zip
Add comand support for git-submodule
Adds the following commands: - Add - Init - Status - Sync - Update This also updates AddCommand so that file patterns added that are submodules can be staged in the index. Change-Id: Ie5112aa26430e5a2a3acd65a7b0e1d76067dc545 Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Chris Aniszczyk <zx@twitter.com>
Diffstat (limited to 'org.eclipse.jgit.test/META-INF')
-rw-r--r--org.eclipse.jgit.test/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
index e98a5aa7f2..3b85c9e8ec 100644
--- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF
@@ -33,6 +33,7 @@ Import-Package: org.eclipse.jgit;version="[1.3.0,1.4.0)",
org.eclipse.jgit.revwalk.filter;version="[1.3.0,1.4.0)",
org.eclipse.jgit.storage.file;version="[1.3.0,1.4.0)",
org.eclipse.jgit.storage.pack;version="[1.3.0,1.4.0)",
+ org.eclipse.jgit.submodule;version="[1.3.0,1.4.0)",
org.eclipse.jgit.transport;version="[1.3.0,1.4.0)",
org.eclipse.jgit.treewalk;version="[1.3.0,1.4.0)",
org.eclipse.jgit.treewalk.filter;version="[1.3.0,1.4.0)",