git: Reject non-ff merges
This commit is contained in:
parent
d134275ecf
commit
7838681ef7
|
@ -99,6 +99,9 @@
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
ff = only
|
||||||
|
|
||||||
[rebase]
|
[rebase]
|
||||||
autosquash = true
|
autosquash = true
|
||||||
autostash = true
|
autostash = true
|
||||||
|
@ -117,10 +120,6 @@
|
||||||
ff = only
|
ff = only
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[merge]
|
|
||||||
defaultToUpstream = true
|
|
||||||
ff = false
|
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
|
Loading…
Reference in a new issue