summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/META-INF
diff options
context:
space:
mode:
authorKaloyan Raev <kaloyan.r@zend.com>2014-01-06 14:40:47 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2015-12-11 22:54:48 +0100
commite23521f0d9040d49dead2ce6fbfab6bde3b7b2c6 (patch)
treefd07c73c9a2e982ff97d6e853a34c231d653c3c4 /org.eclipse.jgit.pgm/META-INF
parent6dfad98d7237236661414f96eb302ed1013a2ecc (diff)
downloadjgit-e23521f0d9040d49dead2ce6fbfab6bde3b7b2c6.tar.gz
jgit-e23521f0d9040d49dead2ce6fbfab6bde3b7b2c6.zip
Add remote command to JGit CLI
Supported subcommands are: - <none> (lists available remotes) - add - remove - set-url - update Supported options are: --verbose --push --prune Bug: 481316 Change-Id: I57c34ed6daabb7d308bc383b17c1ef4af433e714 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/META-INF')
-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 e1b05491b7..c13f63e80f 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
@@ -24,6 +24,7 @@ org.eclipse.jgit.pgm.MergeBase
org.eclipse.jgit.pgm.Push
org.eclipse.jgit.pgm.ReceivePack
org.eclipse.jgit.pgm.Reflog
+org.eclipse.jgit.pgm.Remote
org.eclipse.jgit.pgm.Repo
org.eclipse.jgit.pgm.Reset
org.eclipse.jgit.pgm.RevList