Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-pull.txt: Mention branch.autosetuprebase
author
Jari Aalto
<jari.aalto@cante.net>
Fri, 3 Dec 2010 08:20:54 +0000
(10:20 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 3 Dec 2010 19:16:45 +0000
(11:16 -0800)
In "Options related to merging" mention also related option
branch.autosetuprebase in git-config(1).
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pull.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7e4eb21
)
diff --git
a/Documentation/git-pull.txt
b/Documentation/git-pull.txt
index e1b0bd2868e5f4c489f698038c4d4aaae7740c52..765fbebc2e9dea17a89d2d19a98b76f6744b4843 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.