diff --git a/Documentation/config.txt b/Documentation/config.txt index 1f805b2eca..bbe38ccaa2 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -927,6 +927,14 @@ man..path:: Override the path for the given tool that may be used to display help in the 'man' format. See linkgit:git-help[1]. +merge.conflictstyle:: + Specify the style in which conflicted hunks are written out to + working tree files upon merge. The default is "merge", which + shows `<<<<<<<` conflict marker, change made by one side, + `=======` marker, change made by the other side, and then + `>>>>>>>` marker. An alternate style, "diff3", adds `|||||||` + marker and the original text before `=======` marker. + mergetool..path:: Override the path for the given tool. This is useful in case your tool is not in the PATH. diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index be54a0299f..82e154de49 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git checkout' [-q] [-f] [--track | --no-track] [-b [-l]] [-m] [] -'git checkout' [] [--] ... +'git checkout' [-f|--ours|--theirs|-m|--conflict=