From 15ddb6fab24e7cf848f7a91c59f8d96b6a5cd371 Mon Sep 17 00:00:00 2001 From: Dustin Sallings Date: Thu, 8 May 2008 11:28:07 -0700 Subject: Documentation/config.txt: Mention branch..rebase applies to "git pull" Signed-off-by: Dustin Sallings Signed-off-by: Junio C Hamano --- Documentation/config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Documentation/config.txt') diff --git a/Documentation/config.txt b/Documentation/config.txt index 531ec46e95..ffa06366f5 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). -- cgit v1.2.3