More git options set
This commit is contained in:
parent
a87da58eaa
commit
8a47be9700
1 changed files with 15 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue