Skip to content

Commit c4f4157

Browse files
jaaltogitster
authored andcommitted
git-pull.txt: Mention branch.autosetuprebase
In "Options related to merging" mention also related option branch.autosetuprebase in git-config(1). Signed-off-by: Jari Aalto <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7e4eb21 commit c4f4157

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/git-pull.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,9 @@ include::merge-options.txt[]
9898
fetched, the rebase uses that information to avoid rebasing
9999
non-local changes.
100100
+
101-
See `branch.<name>.rebase` in linkgit:git-config[1] if you want to make
102-
`git pull` always use `{litdd}rebase` instead of merging.
101+
See `branch.<name>.rebase` and `branch.autosetuprebase` in
102+
linkgit:git-config[1] if you want to make `git pull` always use
103+
`{litdd}rebase` instead of merging.
103104
+
104105
[NOTE]
105106
This is a potentially _dangerous_ mode of operation.

0 commit comments

Comments
 (0)