pull: don't say that merge is "the default strategy"
commit71076d0edde43a7672a9a0f555753ff078602a64
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 18 Nov 2021 15:43:17 +0000 (18 08:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Nov 2021 17:14:15 +0000 (19 09:14 -0800)
tree9a8ba647ad68488c1f3725b3c8d432b5f6a1b02c
parent5fbd2fc5997dfa4d4593a862fe729b1e7a89bcf8
pull: don't say that merge is "the default strategy"

Git no longer has a default strategy for reconciling divergent branches,
because there's no way for Git to know which strategy is appropriate in
any particular situation.

The initially proposed version in [*], that eventually became
031e2f7a (pull: abort by default when fast-forwarding is not
possible, 2021-07-22), dropped this phrase from the message, but
it was left in the final version by accident.

* https://lore.kernel.org/git/20210627000855.530985-1-alexhenrie24@gmail.com/

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pull.c