diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2005-12-31 18:37:15 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-05 18:44:28 -0800 |
commit | 353ce81597e831969ac37d6991346f8c39c1488e (patch) | |
tree | 7b925733c5a09e7b4e3bfa2d20926583d926f2b7 /Documentation/git-format-patch.txt | |
parent | 6ff0b1c56c451445f7dc45b652a4dc60213eac19 (diff) | |
download | git-353ce81597e831969ac37d6991346f8c39c1488e.tar.gz |
Wrap synopsis lines and use [verse] to keep formatting
In addition, also fixes a few synopses to be more consistent and a gitlink.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r-- | Documentation/git-format-patch.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index d7ca2dbb22..47705de4fc 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -8,7 +8,9 @@ git-format-patch - Prepare patches for e-mail submission. SYNOPSIS -------- -'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c] [--mbox] [--diff-options] <his> [<mine>] +[verse] +'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c] [--mbox] + [--diff-options] <his> [<mine>] DESCRIPTION ----------- @@ -96,7 +98,7 @@ git-format-patch -M -B origin:: See Also -------- -gitlink:git-am[1], gitlink:git-send-email +gitlink:git-am[1], gitlink:git-send-email[1] Author |