summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-14 15:36:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-14 15:36:23 (GMT)
commitb69fb7866b24b205a876a6a0b256c786a58419c7 (patch)
tree3c26bb515502f2986ec22af212e8c660845e8ae9 /Documentation
parent6b090e1710dbdf3f2c9f46c7f089ce34399b35c5 (diff)
parentc4f4157ee84ff27dd7a398f80002be59eb2f69e7 (diff)
downloadgit-b69fb7866b24b205a876a6a0b256c786a58419c7.zip
git-b69fb7866b24b205a876a6a0b256c786a58419c7.tar.gz
git-b69fb7866b24b205a876a6a0b256c786a58419c7.tar.bz2
Merge branch 'ja/maint-pull-rebase-doc' into maint
* ja/maint-pull-rebase-doc: git-pull.txt: Mention branch.autosetuprebase
Diffstat (limited to 'Documentation')
-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 abbc3eb..64009de 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.