diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-10-10 18:40:42 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-10-11 00:52:11 +0200 |
commit | 401212de7abd404669534b85e24fcf4d078615d1 (patch) | |
tree | 220858d8f11bc806eb2b15a48817fcb3c423d6c0 /org.eclipse.jgit.pgm/META-INF | |
parent | b15c617d0f1c098c06b3579d00e8d505047a153d (diff) | |
download | jgit-401212de7abd404669534b85e24fcf4d078615d1.tar.gz jgit-401212de7abd404669534b85e24fcf4d078615d1.zip |
Add describe command to JGit command line interface
Change-Id: I1560fd2be417361b3d2df15a27618053031bd873
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.TextBuiltin | 1 |
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 841f4bb0e2..2ca6009cd3 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 @@ -8,6 +8,7 @@ org.eclipse.jgit.pgm.Clone org.eclipse.jgit.pgm.Commit org.eclipse.jgit.pgm.Config org.eclipse.jgit.pgm.Daemon +org.eclipse.jgit.pgm.Describe org.eclipse.jgit.pgm.Diff org.eclipse.jgit.pgm.DiffTree org.eclipse.jgit.pgm.Fetch |