Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Split over-long synopsis in git-fetch-pack.txt into several lines
author
Thomas Ackermann
<th.acker66@arcor.de>
Tue, 16 Oct 2012 17:20:10 +0000
(19:20 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Oct 2012 23:09:09 +0000
(16:09 -0700)
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fetch-pack.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d25c58c
)
diff --git
a/Documentation/git-fetch-pack.txt
b/Documentation/git-fetch-pack.txt
index 474fa307a093ed126ab4f2216103a042d4bb0930..8c751202d75ec5f3e62b7c386bb168f13e63e295 100644
(file)
--- 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
-----------