More git options set

This commit is contained in:
Anthony Cicchetti 2024-07-09 14:12:25 -04:00
parent a87da58eaa
commit 8a47be9700

View file

@ -30,6 +30,7 @@
diff = {
tool = "difftastic";
algorithm = "histogram";
submodule = "log";
};
difftool = {
@ -41,6 +42,8 @@
fetch = {
prune = true;
fsckObjects = true;
pruneTags = true;
};
format = {
@ -79,13 +82,25 @@
updateRefs = true;
};
receive = {
fsckObjects = true;
};
rerere = {
enabled = true;
};
status = {
submoduleSummary = true;
};
submodule = {
recurse = true;
};
transfer = {
fsckObjects = true;
};
};
includes = [