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/config.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/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 953acaee4c..66886424bb 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -460,7 +460,7 @@ merge.summary:: merge.tool:: Controls which merge resolution program is used by gitlink:git-mergetool[l]. Valid values are: "kdiff3", "tkdiff", - "meld", "xxdiff", "emerge" + "meld", "xxdiff", "emerge", "vimdiff" merge.verbosity:: Controls the amount of output shown by the recursive merge |