Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ja/maint-pull-rebase-doc' into maint
author
Junio C Hamano
<gitster@pobox.com>
Tue, 14 Dec 2010 15:36:23 +0000
(07:36 -0800)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
6b090e1
)
diff --git
a/Documentation/git-pull.txt
b/Documentation/git-pull.txt
index abbc3eb3e0ee208a13237cde5ae3d00d962ad62e..64009dee31e22de815c99d641fb90b49901d9ede 100644
(file)
--- 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.