From: Thomas Ackermann
Date: Tue, 16 Oct 2012 17:20:10 +0000 (+0200)
Subject: Split over-long synopsis in git-fetch-pack.txt into several lines
X-Git-Tag: v1.8.1-rc0~52^2~5
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc91a85ec70bdca1f8e88781885610cf70c22fd8;p=thirdparty%2Fgit.git
Split over-long synopsis in git-fetch-pack.txt into several lines
Signed-off-by: Thomas Ackermann
Signed-off-by: Junio C Hamano
---
diff --git a/Documentation/git-fetch-pack.txt b/Documentation/git-fetch-pack.txt
index 474fa307a0..8c751202d7 100644
--- a/Documentation/git-fetch-pack.txt
+++ b/Documentation/git-fetch-pack.txt
@@ -9,7 +9,10 @@ git-fetch-pack - Receive missing objects from another repository
SYNOPSIS
--------
[verse]
-'git fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag] [--upload-pack=] [--depth=] [--no-progress] [-v] [:] [...]
+'git fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
+ [--upload-pack=]
+ [--depth=] [--no-progress]
+ [-v] [:] [...]
DESCRIPTION
-----------