1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Git fsckObjects all the time

This commit is contained in:
RGBCube 2024-02-16 22:29:07 +03:00
parent 27fdc16996
commit e710f25b16
No known key found for this signature in database

View file

@ -101,6 +101,10 @@
rebase.autoSquash = true;
rebase.autoStash = true;
fetch.fsckObjects = true;
receive.fsckObjects = true;
transfer.fsckobjects = true;
# https://bernsteinbear.com/git
alias.recent = "! git branch --sort=-committerdate --format=\"%(committerdate:relative)%09%(refname:short)\" | head -10";