From: Dustin Sallings Date: Thu, 8 May 2008 18:28:07 +0000 (-0700) Subject: Documentation/config.txt: Mention branch..rebase applies to "git pull" X-Git-Tag: v1.5.5.2^2~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=15ddb6fab24e7cf848f7a91c59f8d96b6a5cd371;p=git.git Documentation/config.txt: Mention branch..rebase applies to "git pull" Signed-off-by: Dustin Sallings Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 531ec46e9..ffa06366f 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -362,7 +362,8 @@ branch..mergeoptions:: branch..rebase:: When true, rebase the branch on top of the fetched branch, - instead of merging the default branch from the default remote. + instead of merging the default branch from the default remote when + "git pull" is run. *NOTE*: this is a possibly dangerous operation; do *not* use it unless you understand the implications (see linkgit:git-rebase[1] for details).