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

1  2 
Documentation/git-pull.txt
index abbc3eb3e0ee208a13237cde5ae3d00d962ad62e,765fbebc2e9dea17a89d2d19a98b76f6744b4843..64009dee31e22de815c99d641fb90b49901d9ede
@@@ -27,8 -27,8 +27,8 @@@ With `--rebase`, it runs 'git rebase' i
  passed to linkgit:git-fetch[1].  <refspec> can name an
  arbitrary remote ref (for example, the name of a tag) or even
  a collection of refs with corresponding remote tracking branches
 -(e.g., refs/heads/*:refs/remotes/origin/*), but usually it is
 -the name of a branch in the remote repository.
 +(e.g., refs/heads/{asterisk}:refs/remotes/origin/{asterisk}),
 +but usually it is the name of a branch in the remote repository.
  
  Default values for <repository> and <branch> are read from the
  "remote" and "merge" configuration for the current branch
@@@ -98,8 -98,9 +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.