From: Thomas Gummerer Date: Mon, 18 Jan 2016 23:20:46 +0000 (+0100) Subject: ls-remote: document --quiet option X-Git-Tag: v2.8.0-rc0~82^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54813bdd2ca9172fa21b1535ce0d566efd69c496;p=git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-ls-remote.txt b/Documentation/git-ls-remote.txt index d510c05e11..27380de2a5 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=] - [--exit-code] [...] + [-q | --quiet] [--exit-code] [...] 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=:: Specify the full path of 'git-upload-pack' on the remote host. This allows listing references from repositories accessed via