git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f9e0952
)
Documentation/git-send-pack.txt: wrap long synopsis line
author
Dave Borowitz
<redacted>
Wed, 19 Aug 2015 15:26:40 +0000
(11:26 -0400)
committer
Junio C Hamano
<redacted>
Wed, 19 Aug 2015 19:39:31 +0000
(12:39 -0700)
Signed-off-by: Dave Borowitz <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-send-pack.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-send-pack.txt
b/Documentation/git-send-pack.txt
index b5d09f79ee686d20b6e99196202546eac1ce2635..a3a178ca4b9270a35caa249b1045b1187365a802 100644
(file)
--- 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=<git-receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> [<ref>...]
+'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>]
+ [--verbose] [--thin] [--atomic]
+ [<host>:]<directory> [<ref>...]
DESCRIPTION
-----------
git clone https://git.99rst.org/PROJECT