git: Only allow fast-forward merge by default
This commit is contained in:
parent
45d4a30aac
commit
bfec11bb29
|
@ -18,6 +18,9 @@
|
|||
# LTeX: enabled=false'');
|
||||
core.quotepath = "off";
|
||||
pull.ff = "only";
|
||||
merge = {
|
||||
ff = "only";
|
||||
};
|
||||
diff = {
|
||||
age = {
|
||||
# This uses the de facto default key location with no ability to
|
||||
|
|
Loading…
Reference in a new issue