git-shell: accept "git foo" form
[gitweb.git] / Documentation / config.txt
index 531ec46e957f85af2dfad69461ba81990500289e..ffa06366f53a531786fb179a2ab4e811007dc53f 100644 (file)
@@ -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).