From cc91a85ec70bdca1f8e88781885610cf70c22fd8 Mon Sep 17 00:00:00 2001 From: Thomas Ackermann Date: Tue, 16 Oct 2012 19:20:10 +0200 Subject: [PATCH] Split over-long synopsis in git-fetch-pack.txt into several lines Signed-off-by: Thomas Ackermann Signed-off-by: Junio C Hamano --- Documentation/git-fetch-pack.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ----------- -- 2.11.4.GIT