diff options
author | Jack Nagel <jacknagel@gmail.com> | 2011-12-05 01:53:27 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-05 11:15:45 -0800 |
commit | aad2a07cfcdc89fd63bf28a2ac2873712fb25e43 (patch) | |
tree | 628d8f10097151101f6c35abce5791e241257043 /Documentation | |
parent | Teach merge the '[-e|--edit]' option (diff) | |
download | tgif-aad2a07cfcdc89fd63bf28a2ac2873712fb25e43.tar.xz |
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')
-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. |