summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-13 05:49:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-13 05:49:53 (GMT)
commitb5c178143088350c49129acbedb864d70c666215 (patch)
tree0700cd77ab20d235cd94dab11280f7ac7e40c450
parent52cb57324a5d826082cc945896b47c7a783321c0 (diff)
parentc4f4157ee84ff27dd7a398f80002be59eb2f69e7 (diff)
downloadgit-b5c178143088350c49129acbedb864d70c666215.zip
git-b5c178143088350c49129acbedb864d70c666215.tar.gz
git-b5c178143088350c49129acbedb864d70c666215.tar.bz2
Merge branch 'ja/maint-pull-rebase-doc'
* ja/maint-pull-rebase-doc: git-pull.txt: Mention branch.autosetuprebase
-rw-r--r--Documentation/git-pull.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
index 4db7373..3046691 100644
--- a/Documentation/git-pull.txt
+++ b/Documentation/git-pull.txt
@@ -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.