Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
ls-remote: document --quiet option
author
Thomas Gummerer
<t.gummerer@gmail.com>
Mon, 18 Jan 2016 23:20:46 +0000
(
00:20
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Jan 2016 18:07:55 +0000
(10:07 -0800)
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>
Documentation/git-ls-remote.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7548842
)
diff --git
a/Documentation/git-ls-remote.txt
b/Documentation/git-ls-remote.txt
index d510c05e11d3cbfb7fd1393331306e70bb7645db..27380de2a5c4200d6e49e699e225bbd61b3f5415 100644
(file)
--- 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