diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-11-24 00:52:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-12-16 15:29:08 +0100 |
commit | 8812e6f3f60dc6bc86ba57c3e82288780f735f6b (patch) | |
tree | 6b37c022005062e9c6243882e7096687feebe500 /org.eclipse.jgit.pgm/resources | |
parent | 490660a7c61d6226ac52d0e00198dd90a3891115 (diff) | |
download | jgit-8812e6f3f60dc6bc86ba57c3e82288780f735f6b.tar.gz jgit-8812e6f3f60dc6bc86ba57c3e82288780f735f6b.zip |
[pgm] Add option --tags for ls-remote
Bug: 444072
Change-Id: I52b470924609fc201e078d9d232aad257506728d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-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 52a21f7216..7ed77ee04a 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 @@ -204,6 +204,7 @@ usage_Glog=View commit history as a graph usage_IndexPack=Build pack index file for an existing packed archive 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 usage_LsTree=List the contents of a tree object usage_MakeCacheTree=Show the current cache tree structure usage_MergeBase=Find as good common ancestors as possible for a merge |