]> source.dussan.org Git - jgit.git/commit
Add ls-files CLI command 86/104686/8
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 7 Sep 2017 23:47:21 +0000 (01:47 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 27 Aug 2018 23:52:06 +0000 (01:52 +0200)
commitc253935f3aea6f960cc47390e256d46b9302ae7d
tree7e7fab25d58bcb0b5a30b65711e54625d8ffdb26
parent4c77f62ccf97399a27f87d48a36928d662d7138a
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>
org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/LsFilesTest.java [new file with mode: 0644]
org.eclipse.jgit.pgm/META-INF/services/org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/LsFiles.java [new file with mode: 0644]