]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ah/advice-pull-has-no-preference-between-rebase-and-merge'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:09 +0000 (14:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:09 +0000 (14:35 -0800)
The advice message given by "git pull" when the user hasn't made a
choice between merge and rebase still said that the merge is the
default, which no longer is the case.  This has been corrected.

* ah/advice-pull-has-no-preference-between-rebase-and-merge:
  pull: don't say that merge is "the default strategy"

1  2 
builtin/pull.c

diff --cc builtin/pull.c
Simple merge