diff options
author | Thomas Ackermann <th.acker66@arcor.de> | 2012-10-16 19:20:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-16 16:09:09 -0700 |
commit | cc91a85ec70bdca1f8e88781885610cf70c22fd8 (patch) | |
tree | 327b7496d8e19f275d6dbbf86248d26b7330b6a5 | |
parent | d25c58ce43f45734ef74595b1e6fba1199651699 (diff) | |
download | git-cc91a85ec70bdca1f8e88781885610cf70c22fd8.tar.gz git-cc91a85ec70bdca1f8e88781885610cf70c22fd8.tar.xz |
Split over-long synopsis in git-fetch-pack.txt into several lines
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-fetch-pack.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-fetch-pack.txt b/Documentation/git-fetch-pack.txt index 474fa307a..8c751202d 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=<git-upload-pack>] [--depth=<n>] [--no-progress] [-v] [<host>:]<directory> [<refs>...] +'git fetch-pack' [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag] + [--upload-pack=<git-upload-pack>] + [--depth=<n>] [--no-progress] + [-v] [<host>:]<directory> [<refs>...] DESCRIPTION ----------- |