Merge branch 'maint-1.7.2' into maint-1.7.3
[gitweb.git] / Documentation / git-pull.txt
index abbc3eb3e0ee208a13237cde5ae3d00d962ad62e..64009dee31e22de815c99d641fb90b49901d9ede 100644 (file)
@@ -98,8 +98,9 @@ include::merge-options.txt[]
        fetched, the rebase uses that information to avoid rebasing
        non-local changes.
 +
-See `branch.<name>.rebase` in linkgit:git-config[1] if you want to make
-`git pull` always use `{litdd}rebase` instead of merging.
+See `branch.<name>.rebase` and `branch.autosetuprebase` in
+linkgit:git-config[1] if you want to make `git pull` always use
+`{litdd}rebase` instead of merging.
 +
 [NOTE]
 This is a potentially _dangerous_ mode of operation.