about summary refs log tree commit diff
path: root/third_party/git/Documentation/config/difftool.txt
blob: 67625944804f6f93f6a5354056a83d039bac2e8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.