git: Use fast-forward-only merge by default

Merge commits are nasty, so make sure they're only created explicitly
and never by default.

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2021-11-23 11:16:08 +00:00
parent d771bf0448
commit 898190a99f
+2
View File
@@ -19,6 +19,8 @@
[pull]
rebase = true
prune = true
[merge]
ff = only
[rebase]
autoStash = true
[log]