~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to Documentation/git-mergetool.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Nieder
  • Date: 2013-06-12 07:50:53 UTC
  • mfrom: (1.2.19) (2.1.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130612075053-uue9xe0dq0rvm44y
Tags: 1:1.8.3.1-1
* merge branch debian-experimental
* new upstream point release (see RelNotes/1.8.3.1.txt).
* debian/watch: use xz-compressed tarballs from kernel.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
SYNOPSIS
9
9
--------
10
10
[verse]
11
 
'git mergetool' [--tool=<tool>] [-y|--no-prompt|--prompt] [<file>...]
 
11
'git mergetool' [--tool=<tool>] [-y | --[no-]prompt] [<file>...]
12
12
 
13
13
DESCRIPTION
14
14
-----------
27
27
-t <tool>::
28
28
--tool=<tool>::
29
29
        Use the merge resolution program specified by <tool>.
30
 
        Valid merge tools are:
31
 
        araxis, bc3, diffuse, ecmerge, emerge, gvimdiff, kdiff3,
32
 
        meld, opendiff, p4merge, tkdiff, tortoisemerge, vimdiff and xxdiff.
 
30
        Valid values include emerge, gvimdiff, kdiff3,
 
31
        meld, vimdiff, and tortoisemerge. Run `git mergetool --tool-help`
 
32
        for the list of valid <tool> settings.
33
33
+
34
34
If a merge resolution program is not specified, 'git mergetool'
35
35
will use the configuration variable `merge.tool`.  If the
64
64
Otherwise, 'git mergetool' will prompt the user to indicate the
65
65
success of the resolution after the custom tool has exited.
66
66
 
 
67
--tool-help::
 
68
        Print a list of merge tools that may be used with `--tool`.
 
69
 
67
70
-y::
68
71
--no-prompt::
69
72
        Don't prompt before each invocation of the merge resolution