diff options
author | Dave Borowitz <dborowitz@google.com> | 2015-08-19 11:26:40 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-19 12:39:31 -0700 |
commit | a3fb31a89234ec49ff8640a531f1445d6ad38b4a (patch) | |
tree | 8677d6df8908e36a218f3e85068249fba4d05292 /Documentation/git-send-pack.txt | |
parent | Documentation/git-push.txt: document when --signed may fail (diff) | |
download | tgif-a3fb31a89234ec49ff8640a531f1445d6ad38b4a.tar.xz |
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.txt | 4 |
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 ----------- |