Browse Source

Documentation: let asciidoc align related options

Fixes the description of the -t option in git-mergetool, which
failed to hint that it takes an argument.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Markus Heidelberg 16 years ago committed by Junio C Hamano
parent
commit
6b89d068bd
  1. 6
      Documentation/git-mergetool.txt

6
Documentation/git-mergetool.txt

@ -22,7 +22,8 @@ with merge conflicts. @@ -22,7 +22,8 @@ with merge conflicts.

OPTIONS
-------
-t or --tool=<tool>::
-t <tool>::
--tool=<tool>::
Use the merge resolution program specified by <tool>.
Valid merge tools are:
kdiff3, tkdiff, meld, xxdiff, emerge, vimdiff, gvimdiff, ecmerge, and opendiff
@ -60,7 +61,8 @@ variable `mergetool.<tool>.trustExitCode` can be set to `true`. @@ -60,7 +61,8 @@ variable `mergetool.<tool>.trustExitCode` can be set to `true`.
Otherwise, 'git-mergetool' will prompt the user to indicate the
success of the resolution after the custom tool has exited.

-y or --no-prompt::
-y::
--no-prompt::
Don't prompt before each invocation of the merge resolution
program.


Loading…
Cancel
Save