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 = {
|
diff = {
|
||||||
tool = "difftastic";
|
tool = "difftastic";
|
||||||
algorithm = "histogram";
|
algorithm = "histogram";
|
||||||
|
submodule = "log";
|
||||||
};
|
};
|
||||||
|
|
||||||
difftool = {
|
difftool = {
|
||||||
|
@ -41,6 +42,8 @@
|
||||||
|
|
||||||
fetch = {
|
fetch = {
|
||||||
prune = true;
|
prune = true;
|
||||||
|
fsckObjects = true;
|
||||||
|
pruneTags = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
format = {
|
format = {
|
||||||
|
@ -79,13 +82,25 @@
|
||||||
updateRefs = true;
|
updateRefs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
receive = {
|
||||||
|
fsckObjects = true;
|
||||||
|
};
|
||||||
|
|
||||||
rerere = {
|
rerere = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
status = {
|
||||||
|
submoduleSummary = true;
|
||||||
|
};
|
||||||
|
|
||||||
submodule = {
|
submodule = {
|
||||||
recurse = true;
|
recurse = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
transfer = {
|
||||||
|
fsckObjects = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
includes = [
|
includes = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue