]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: pull: fix rebase=false documentation
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 21 Jul 2021 22:15:45 +0000 (17:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jul 2021 23:34:06 +0000 (16:34 -0700)
"git pull --rebase=false" means we merge their history into ours, but
it has been described the other way around.

Cc: Stephen Haberman <stephen@exigencecorp.com>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
[jc: updated the log message]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-pull.txt

index 5c3fb67c01483957359df5cbadd0e839809c3c85..7f4b2d1982eab9080a5d37367192f88db7c45a10 100644 (file)
@@ -117,7 +117,7 @@ When set to `preserve` (deprecated in favor of `merges`), 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.
+When false, merge the upstream branch into the current branch.
 +
 When `interactive`, enable the interactive mode of rebase.
 +