feat(git): disable fast-forward merging by default

This commit is contained in:
Michael Mandl 2022-11-10 09:06:52 +01:00
parent c498fe2723
commit a901458799
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -23,6 +23,7 @@
log.date = "relative";
merge.ff = false;
merge.tool = "nvim";
mergetool.nvim.cmd = "nvim -f -c \"Gdiffsplit!\" \"$MERGED\"";