From: Dave Borowitz Date: Wed, 19 Aug 2015 15:26:40 +0000 (-0400) Subject: Documentation/git-send-pack.txt: wrap long synopsis line X-Git-Tag: v2.6.0-rc0~18^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3fb31a89234ec49ff8640a531f1445d6ad38b4a;p=thirdparty%2Fgit.git Documentation/git-send-pack.txt: wrap long synopsis line Signed-off-by: Dave Borowitz Signed-off-by: Junio C Hamano --- 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=] [--verbose] [--thin] [--atomic] [:] [...] +'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=] + [--verbose] [--thin] [--atomic] + [:] [...] DESCRIPTION -----------