diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-09-08 01:47:21 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-28 01:52:06 +0200 |
commit | c253935f3aea6f960cc47390e256d46b9302ae7d (patch) | |
tree | 7e7fab25d58bcb0b5a30b65711e54625d8ffdb26 /org.eclipse.jgit.pgm/META-INF | |
parent | 4c77f62ccf97399a27f87d48a36928d662d7138a (diff) | |
download | jgit-c253935f3aea6f960cc47390e256d46b9302ae7d.tar.gz jgit-c253935f3aea6f960cc47390e256d46b9302ae7d.zip |
Add ls-files CLI command
Implement the basic functionality and support the option --help (-h).
Change-Id: Ibcdf0c958d0f93b7415d4e591b1455ccba5d95f7
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 902547305d..39fbe2ed75 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 @@ -18,6 +18,7 @@ org.eclipse.jgit.pgm.Glog org.eclipse.jgit.pgm.IndexPack org.eclipse.jgit.pgm.Init org.eclipse.jgit.pgm.Log +org.eclipse.jgit.pgm.LsFiles org.eclipse.jgit.pgm.LsRemote org.eclipse.jgit.pgm.LsTree org.eclipse.jgit.pgm.Merge |