Skip to content

Commit

Permalink
Documentation/config.txt: Mention branch.<name>.rebase applies to "gi…
Browse files Browse the repository at this point in the history
…t pull"

Signed-off-by: Dustin Sallings <dustin@spy.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Dustin Sallings authored and Junio C Hamano committed May 8, 2008
1 parent afd899e commit 15ddb6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ branch.<name>.mergeoptions::

branch.<name>.rebase::
When true, rebase the branch <name> 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).
Expand Down

0 comments on commit 15ddb6f

Please sign in to comment.