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