diff options
author | Jack Nagel <jacknagel@gmail.com> | 2011-12-05 08:53:27 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-05 20:15:45 +0100 |
commit | aad2a07cfcdc89fd63bf28a2ac2873712fb25e43 (patch) | |
tree | 628d8f10097151101f6c35abce5791e241257043 /Documentation/merge-options.txt | |
parent | Teach merge the '[-e|--edit]' option (diff) | |
download | git-aad2a07cfcdc89fd63bf28a2ac2873712fb25e43.tar.xz git-aad2a07cfcdc89fd63bf28a2ac2873712fb25e43.zip |
Documentation: fix formatting error in merge-options.txt
The first paragraph inside of a list item does not need a preceding line
consisting of a single '+', and in fact this causes the text to be
misrendered. Fix it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/merge-options.txt')
-rw-r--r-- | Documentation/merge-options.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/merge-options.txt b/Documentation/merge-options.txt index 6bd0b041c3..1a5c12e317 100644 --- a/Documentation/merge-options.txt +++ b/Documentation/merge-options.txt @@ -9,7 +9,6 @@ inspect and further tweak the merge result before committing. --edit:: -e:: -+ Invoke editor before committing successful merge to further edit the default merge message. |