From: Mark Wooding Date: Wed, 6 Jul 2022 15:27:41 +0000 (+0100) Subject: dot/gitconfig.in: Add explicit `pull' setting. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/930a7d0f5b398556a878f8106451f31ab3c9a99a dot/gitconfig.in: Add explicit `pull' setting. Newer Git moans loudly without this because foolishness. --- diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 17cf5ae..20235cb 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -40,6 +40,9 @@ [rebase] autosquash = true +[pull] + rebase = false + [push] default = upstream followTags = true