Skip to content

Commit 54813bd

Browse files
tgummerergitster
authored andcommitted
ls-remote: document --quiet option
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7548842 commit 54813bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/git-ls-remote.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
--------
1111
[verse]
1212
'git ls-remote' [--heads] [--tags] [--upload-pack=<exec>]
13-
[--exit-code] <repository> [<refs>...]
13+
[-q | --quiet] [--exit-code] <repository> [<refs>...]
1414

1515
DESCRIPTION
1616
-----------
@@ -29,6 +29,10 @@ OPTIONS
2929
both, references stored in refs/heads and refs/tags are
3030
displayed.
3131

32+
-q::
33+
--quiet::
34+
Do not print remote URL to stderr.
35+
3236
--upload-pack=<exec>::
3337
Specify the full path of 'git-upload-pack' on the remote
3438
host. This allows listing references from repositories accessed via

0 commit comments

Comments
 (0)