summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: afd899e)
raw | patch | inline | side by side (parent: afd899e)
author | Dustin Sallings <dustin@spy.net> | |
Thu, 8 May 2008 18:28:07 +0000 (11:28 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 8 May 2008 19:15:30 +0000 (12:15 -0700) |
Signed-off-by: Dustin Sallings <dustin@spy.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history |
index 531ec46e957f85af2dfad69461ba81990500289e..ffa06366f53a531786fb179a2ab4e811007dc53f 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
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).