summaryrefslogtreecommitdiffstats
path: root/git-mergetool--lib.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-mergetool--lib.txt')
-rw-r--r--git-mergetool--lib.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-mergetool--lib.txt b/git-mergetool--lib.txt
index 3e8f59ac0..0726b560d 100644
--- a/git-mergetool--lib.txt
+++ b/git-mergetool--lib.txt
@@ -28,22 +28,22 @@ to define the operation mode for the functions listed below.
FUNCTIONS
---------
get_merge_tool::
- returns a merge tool. the return code is 1 if we returned a guessed
+ Returns a merge tool. The return code is 1 if we returned a guessed
merge tool, else 0. '$GIT_MERGETOOL_GUI' may be set to 'true' to
search for the appropriate guitool.
get_merge_tool_cmd::
- returns the custom command for a merge tool.
+ Returns the custom command for a merge tool.
get_merge_tool_path::
- returns the custom path for a merge tool.
+ Returns the custom path for a merge tool.
initialize_merge_tool::
- bring merge tool specific functions into scope so they can be used or
+ Brings merge tool specific functions into scope so they can be used or
overridden.
run_merge_tool::
- launches a merge tool given the tool name and a true/false
+ Launches a merge tool given the tool name and a true/false
flag to indicate whether a merge base is present.
'$MERGED', '$LOCAL', '$REMOTE', and '$BASE' must be defined
for use by the merge tool.