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/resources/org | |
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/resources/org')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties index e9370930d1..8ff9c6bb10 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties @@ -245,6 +245,7 @@ usage_LFSPort=Server http port usage_LFSRunStore=Store (fs | s3), store lfs objects in file system or Amazon S3 usage_LFSStoreUrl=URL of the LFS store usage_LongFormat=Always output the long format +usage_LsFiles=Show information about files in the index and the working tree usage_LsRemote=List references in a remote repository usage_lsRemoteHeads=Show only refs starting with refs/heads usage_lsRemoteTags=Show only refs starting with refs/tags |