mirror of
https://github.com/zoriya/flake.git
synced 2026-06-06 20:13:15 +00:00
Disable git clean.requireForce
This commit is contained in:
@@ -75,6 +75,8 @@
|
|||||||
# Break compat with older versions of git (and systems that doesn't support mtime) to have better performances
|
# Break compat with older versions of git (and systems that doesn't support mtime) to have better performances
|
||||||
feature.manyFiles = true;
|
feature.manyFiles = true;
|
||||||
|
|
||||||
|
clean.requireForce = false;
|
||||||
|
|
||||||
url = {
|
url = {
|
||||||
"ssh://git@github.com" = {
|
"ssh://git@github.com" = {
|
||||||
insteadOf = "https://github.com";
|
insteadOf = "https://github.com";
|
||||||
|
|||||||
Reference in New Issue
Block a user