Fix minor formatting issue in man page for git-mergetool
authorTheodore Ts'o <tytso@mit.edu>
Tue, 27 Mar 2007 15:38:59 +0000 (11:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 29 Mar 2007 14:06:28 +0000 (10:06 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Documentation/git-mergetool.txt
index 5baaaca0b5433ae279b3961d72d0cffa8ca046e3..34288fe08b3962554178fd8a6baa8f7030096baf 100644 (file)
@@ -26,11 +26,11 @@ OPTIONS
        Use the merge resolution program specified by <tool>.
        Valid merge tools are:
        kdiff3, tkdiff, meld, xxdiff, emerge, and vimdiff.
-
-       If a merge resolution program is not specified, 'git mergetool'
-       will use the configuration variable merge.tool.  If the
-       configuration variable merge.tool is not set, 'git mergetool'
-       will pick a suitable default.
++
+If a merge resolution program is not specified, 'git mergetool'
+will use the configuration variable merge.tool.  If the
+configuration variable merge.tool is not set, 'git mergetool'
+will pick a suitable default.
 
 Author
 ------