Skip to content

Commit

Permalink
Documentation: let asciidoc align related options
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Markus Heidelberg authored and Junio C Hamano committed Jan 18, 2009
1 parent 7bbd8d6 commit 6b89d06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Documentation/git-mergetool.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 6b89d06

Please sign in to comment.