Merge branch 'jk/xdiff-memory-limits' into maint-2.3
[gitweb.git] / Documentation / git-pull.txt
index 200eb22260069af7a9e2e248f0794a73e2cf4a9f..4064452b066ef91a900c3e602448d2c67d7ab75d 100644 (file)
@@ -111,9 +111,8 @@ include::merge-options.txt[]
        was rebased since last fetched, the rebase uses that information
        to avoid rebasing non-local changes.
 +
-When preserve, also rebase the current branch on top of the upstream
-branch, but pass `--preserve-merges` along to `git rebase` so that
-locally created merge commits will not be flattened.
+When set to preserve, rebase with the `--preserve-merges` option passed
+to `git rebase` so that locally created merge commits will not be flattened.
 +
 When false, merge the current branch into the upstream branch.
 +