diff options
Diffstat (limited to 'third_party/git/Documentation/config/difftool.txt')
-rw-r--r-- | third_party/git/Documentation/config/difftool.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/git/Documentation/config/difftool.txt b/third_party/git/Documentation/config/difftool.txt new file mode 100644 index 000000000000..67625944804f --- /dev/null +++ b/third_party/git/Documentation/config/difftool.txt @@ -0,0 +1,14 @@ +difftool.<tool>.path:: + Override the path for the given tool. This is useful in case + your tool is not in the PATH. + +difftool.<tool>.cmd:: + Specify the command to invoke the specified diff tool. + The specified command is evaluated in shell with the following + variables available: 'LOCAL' is set to the name of the temporary + file containing the contents of the diff pre-image and 'REMOTE' + is set to the name of the temporary file containing the contents + of the diff post-image. + +difftool.prompt:: + Prompt before each invocation of the diff tool. |