Code

Merge branch 'ja/maint-pull-rebase-doc' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Dec 2010 15:36:23 +0000 (07:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Dec 2010 15:36:23 +0000 (07:36 -0800)
* ja/maint-pull-rebase-doc:
  git-pull.txt: Mention branch.autosetuprebase

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.