summaryrefslogtreecommitdiffstats
path: root/git-send-pack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-08-18 06:13:13 +0000
committerJunio C Hamano <junio@kernel.org>2011-08-18 06:13:13 +0000
commitf727901f143d965c00ad283c9cfaee214464e9fd (patch)
tree257c17b95a31532b7e1365bb5d6f5281afb18dea /git-send-pack.txt
parentdf1f3a600a762224ed9c8a5e5123d5bc9e971c12 (diff)
downloadgit-htmldocs-f727901f143d965c00ad283c9cfaee214464e9fd.tar.gz
Autogenerated HTML docs for v1.7.6-549-gf85a0
Diffstat (limited to 'git-send-pack.txt')
-rw-r--r--git-send-pack.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-send-pack.txt b/git-send-pack.txt
index bd3eaa69b..bed9e1f09 100644
--- a/git-send-pack.txt
+++ b/git-send-pack.txt
@@ -9,7 +9,7 @@ git-send-pack - Push objects over git protocol to another repository
SYNOPSIS
--------
[verse]
-'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--verbose] [--thin] [<host>:]<directory> [<ref>...]
+'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>] [--quiet] [--verbose] [--thin] [<host>:]<directory> [<ref>...]
DESCRIPTION
-----------
@@ -45,6 +45,9 @@ OPTIONS
the remote repository can lose commits; use it with
care.
+--quiet::
+ Print only error messages.
+
--verbose::
Run verbosely.