My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e0952
)
Documentation/git-send-pack.txt: wrap long synopsis line
author
Dave Borowitz
<dborowitz@google.com>
Wed, 19 Aug 2015 15:26:40 +0000
(11:26 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 19 Aug 2015 19:39:31 +0000
(12:39 -0700)
Signed-off-by: Dave Borowitz <dborowitz@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-pack.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-send-pack.txt
b/Documentation/git-send-pack.txt
index
b5d09f7
..
a3a178c
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
-----------