summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
diff options
context:
space:
mode:
authorSasa Zivkov <sasa.zivkov@sap.com>2010-11-05 15:18:00 +0100
committerSasa Zivkov <sasa.zivkov@sap.com>2010-11-07 21:30:56 +0100
commit1a7c918b66b86c4a629dda6bdbe58a580399b4cc (patch)
treeeb4b5a6d575dae0a1bd5d3810ff31732706bd3d8 /org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
parent009507ca2eafe1c6218ca3779348452495dcd3a3 (diff)
downloadjgit-1a7c918b66b86c4a629dda6bdbe58a580399b4cc.tar.gz
jgit-1a7c918b66b86c4a629dda6bdbe58a580399b4cc.zip
Implemented the git add commandline command.
Implementation delegates all work to the AddCommand class and, therefore, supports only those options currently supported by the AddCommand which means: --update and the filepattern... arguments. Change-Id: I4827d37e08b4c988c2458d9ba60a61b6ad414d10 Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin')
-rw-r--r--org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin b/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
index d98ed113c6..f5d45f0d78 100644
--- a/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
+++ b/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
@@ -1,3 +1,4 @@
+org.eclipse.jgit.pgm.Add
org.eclipse.jgit.pgm.AmazonS3Client
org.eclipse.jgit.pgm.Branch
org.eclipse.jgit.pgm.Clone