X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-merge.txt;h=bca4212e565c95f79a76a14cc4444e72e472a22c;hb=9ff74e95da5605778bdc7567ae63d70c96e6bed4;hp=eae49c4876caf6b2e6a8bd9770b3981fb8133edd;hpb=471fa1ecd5c323807b8156956c4602c5966f3a2b;p=git.git diff --git a/Documentation/git-merge.txt b/Documentation/git-merge.txt index eae49c487..bca4212e5 100644 --- a/Documentation/git-merge.txt +++ b/Documentation/git-merge.txt @@ -58,6 +58,10 @@ merge.verbosity:: above outputs debugging information. The default is level 2. Can be overridden by 'GIT_MERGE_VERBOSITY' environment variable. +branch..mergeoptions:: + Sets default options for merging into branch . The syntax and + supported options are equal to that of git-merge, but option values + containing whitespace characters are currently not supported. HOW MERGE WORKS ---------------