X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-mergetool.txt;h=1f75a848ba36728eeaa67e5cbbc209075393193b;hb=9b73ce74e6abfb45626bce7a21465e6db6302be0;hp=55735faf7b58dfa56f7a7b93b5e0d7f19b98a808;hpb=a9eb30412942224c1494357f495b8b2a4b3d46b8;p=git.git diff --git a/Documentation/git-mergetool.txt b/Documentation/git-mergetool.txt index 55735faf7..1f75a848b 100644 --- a/Documentation/git-mergetool.txt +++ b/Documentation/git-mergetool.txt @@ -7,7 +7,7 @@ git-mergetool - Run merge conflict resolution tools to resolve merge conflicts SYNOPSIS -------- -'git mergetool' [--tool=] [-y|--no-prompt|--prompt] []... +'git mergetool' [--tool=] [-y|--no-prompt|--prompt] [...] DESCRIPTION ----------- @@ -72,6 +72,16 @@ success of the resolution after the custom tool has exited. This is the default behaviour; the option is provided to override any configuration settings. +TEMPORARY FILES +--------------- +`git mergetool` creates `*.orig` backup files while resolving merges. +These are safe to remove once a file has been merged and its +`git mergetool` session has completed. + +Setting the `mergetool.keepBackup` configuration variable to `false` +causes `git mergetool` to automatically remove the backup as files +are successfully merged. + Author ------ Written by Theodore Y Ts'o