Re: [PATCH v2 2/9] Documentation/git-send-pack.txt: Flow long synopsis line
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:06:14
Dave Borowitz [off-list ref] writes:
quoted hunk
Signed-off-by: Dave Borowitz <redacted> --- Documentation/git-send-pack.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)diff --git a/Documentation/git-send-pack.txt b/Documentation/git-send-pack.txt index b5d09f7..6affff6 100644 --- a/Documentation/git-send-pack.txt +++ b/Documentation/git-send-pack.txt@@ -9,7 +9,8 @@ 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 -----------
As can be expected from the Subject: line, this patch is line-wrapped and does not apply ;-) I've done a trivial fix-up and took the liberty of making the result of this step into three lines, not two. That would make 3/9 look more trivial. Thanks.