aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-pull.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-14 11:43:04 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-14 11:43:04 -0700
commitbadabc06f3f34a85a931dffa8e8d607d2ff016fc (patch)
treea18d3b797aac88c667b5fb5a5cf79c08274d8709 /Documentation/git-pull.txt
parentMerge branch 'ef/checkout-empty' into maint (diff)
parentdocs: stop using asciidoc no-inline-literal (diff)
downloadgit-badabc06f3f34a85a931dffa8e8d607d2ff016fc.tar.gz
git-badabc06f3f34a85a931dffa8e8d607d2ff016fc.zip
Merge branch 'jk/doc-asciidoc-inline-literal' into maint
By Jeff King * jk/doc-asciidoc-inline-literal: docs: stop using asciidoc no-inline-literal
Diffstat (limited to 'Documentation/git-pull.txt')
-rw-r--r--Documentation/git-pull.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
index 0f18ec891a..defb544ed0 100644
--- a/Documentation/git-pull.txt
+++ b/Documentation/git-pull.txt
@@ -110,7 +110,7 @@ include::merge-options.txt[]
+
See `pull.rebase`, `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.
+`--rebase` instead of merging.
+
[NOTE]
This is a potentially _dangerous_ mode of operation.