Skip to content

Commit b69fb78

Browse files
committed
Merge branch 'ja/maint-pull-rebase-doc' into maint
* ja/maint-pull-rebase-doc: git-pull.txt: Mention branch.autosetuprebase
2 parents 6b090e1 + c4f4157 commit b69fb78

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)