Skip to content

Commit

Permalink
ls-remote: document --quiet option
Browse files Browse the repository at this point in the history
cefb2a5 ("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>
  • Loading branch information
Thomas Gummerer authored and Junio C Hamano committed Jan 19, 2016
1 parent 7548842 commit 54813bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/git-ls-remote.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand All @@ -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
Expand Down

0 comments on commit 54813bd

Please sign in to comment.