aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-send-pack.txt
diff options
context:
space:
mode:
authorDave Borowitz <dborowitz@google.com>2015-08-19 11:26:40 -0400
committerJunio C Hamano <gitster@pobox.com>2015-08-19 12:39:31 -0700
commita3fb31a89234ec49ff8640a531f1445d6ad38b4a (patch)
tree8677d6df8908e36a218f3e85068249fba4d05292 /Documentation/git-send-pack.txt
parentf9e0952d1ff1c1f5c8fbbe9d914bb30012341a04 (diff)
downloadgit-a3fb31a89234ec49ff8640a531f1445d6ad38b4a.tar.gz
Documentation/git-send-pack.txt: wrap long synopsis line
Signed-off-by: Dave Borowitz <dborowitz@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-send-pack.txt')
-rw-r--r--Documentation/git-send-pack.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-send-pack.txt b/Documentation/git-send-pack.txt
index b5d09f79ee..a3a178ca4b 100644
--- a/Documentation/git-send-pack.txt
+++ b/Documentation/git-send-pack.txt
@@ -9,7 +9,9 @@ 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] [--atomic] [<host>:]<directory> [<ref>...]
+'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>]
+ [--verbose] [--thin] [--atomic]
+ [<host>:]<directory> [<ref>...]
DESCRIPTION
-----------