summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
diff options
context:
space:
mode:
authorChristian Halstrick <christian.halstrick@sap.com>2010-04-26 15:59:59 +0200
committerShawn O. Pearce <spearce@spearce.org>2010-05-12 16:05:54 -0700
commita54e0bae687d4a3600fab87b1182d7303f097a92 (patch)
tree4929985684d99b76f81d215ee861526b1c0d3188 /org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
parentdc9c5ed88f54b937c837ac91e48555fd834c8789 (diff)
downloadjgit-a54e0bae687d4a3600fab87b1182d7303f097a92.tar.gz
jgit-a54e0bae687d4a3600fab87b1182d7303f097a92.zip
Add commit command to the pgm package
The commit command is added using the new Git class. Currently this supports only the author and commit-message option. Change-Id: I13152575b5b03f6f9e816d0747e7a8c5c6fccade Signed-off-by: Christian Halstrick <christian.halstrick@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 c88711d0e5..0d4a140e62 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,6 +1,7 @@
org.eclipse.jgit.pgm.AmazonS3Client
org.eclipse.jgit.pgm.Branch
org.eclipse.jgit.pgm.Clone
+org.eclipse.jgit.pgm.Commit
org.eclipse.jgit.pgm.Daemon
org.eclipse.jgit.pgm.Diff
org.eclipse.jgit.pgm.DiffTree