summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorThomas Gummerer <t.gummerer@gmail.com>2016-01-18 23:20:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-01-19 18:07:55 (GMT)
commit54813bdd2ca9172fa21b1535ce0d566efd69c496 (patch)
tree1fa707ae5657fe09cfea5d6c0cdd3333b1169013 /Documentation
parent754884255bb580df159e58defa81cdd30b5c430c (diff)
downloadgit-54813bdd2ca9172fa21b1535ce0d566efd69c496.zip
git-54813bdd2ca9172fa21b1535ce0d566efd69c496.tar.gz
git-54813bdd2ca9172fa21b1535ce0d566efd69c496.tar.bz2
ls-remote: document --quiet option
cefb2a5e3 ("ls-remote: print URL when no repo is specified") added a quiet option to ls-remote, but didn't add it to the documentation. Add it. Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-ls-remote.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-ls-remote.txt b/Documentation/git-ls-remote.txt
index d510c05..27380de 100644
--- a/Documentation/git-ls-remote.txt
+++ b/Documentation/git-ls-remote.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git ls-remote' [--heads] [--tags] [--upload-pack=<exec>]
- [--exit-code] <repository> [<refs>...]
+ [-q | --quiet] [--exit-code] <repository> [<refs>...]
DESCRIPTION
-----------
@@ -29,6 +29,10 @@ OPTIONS
both, references stored in refs/heads and refs/tags are
displayed.
+-q::
+--quiet::
+ Do not print remote URL to stderr.
+
--upload-pack=<exec>::
Specify the full path of 'git-upload-pack' on the remote
host. This allows listing references from repositories accessed via