diff options
author | James Bowes <jbowes@dangerouslyinc.com> | 2007-03-18 22:11:54 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-03-18 22:13:48 -0400 |
commit | 9cec65399d3575774910b21c1cfd762a5e88a245 (patch) | |
tree | ea9a9901df003f61123a0dc68980d9200e0f7ecb /Documentation/git-mergetool.txt | |
parent | 7976ce1b909f8d61aa40108f8443e9fe585d15ac (diff) | |
download | git-9cec65399d3575774910b21c1cfd762a5e88a245.tar.gz |
mergetool: Add support for vimdiff.
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'Documentation/git-mergetool.txt')
-rw-r--r-- | Documentation/git-mergetool.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-mergetool.txt b/Documentation/git-mergetool.txt index ae69a0eb83..5baaaca0b5 100644 --- a/Documentation/git-mergetool.txt +++ b/Documentation/git-mergetool.txt @@ -25,7 +25,7 @@ OPTIONS -t or --tool=<tool>:: Use the merge resolution program specified by <tool>. Valid merge tools are: - kdiff3, tkdiff, meld, xxdiff, and emerge. + 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 |