Skip to content

Commit

Permalink
Merge branch 'ja/maint-pull-rebase-doc'
Browse files Browse the repository at this point in the history
* ja/maint-pull-rebase-doc:
  git-pull.txt: Mention branch.autosetuprebase
  • Loading branch information
Junio C Hamano committed Dec 13, 2010
2 parents 52cb573 + c4f4157 commit b5c1781
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/git-pull.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5c1781

Please sign in to comment.