summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-03-27 15:38:59 (GMT)
committerTheodore Ts'o <tytso@mit.edu>2007-03-29 14:06:28 (GMT)
commite15b484f6af581270f2ee03149e4e0d6af053ddf (patch)
tree8a4cdcde784fe8829e6134ed75c2486a03c3bf50
parentc0ce981f5ebfd02463ff697b2fca52c7a54b0625 (diff)
downloadgit-e15b484f6af581270f2ee03149e4e0d6af053ddf.zip
git-e15b484f6af581270f2ee03149e4e0d6af053ddf.tar.gz
git-e15b484f6af581270f2ee03149e4e0d6af053ddf.tar.bz2
Fix minor formatting issue in man page for git-mergetool
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
-rw-r--r--Documentation/git-mergetool.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/git-mergetool.txt b/Documentation/git-mergetool.txt
index 5baaaca..34288fe 100644
--- a/Documentation/git-mergetool.txt
+++ b/Documentation/git-mergetool.txt
@@ -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
------