modules/home/common: git config changes
This commit is contained in:
parent
4cd9915a7c
commit
dc042518a0
1 changed files with 9 additions and 0 deletions
|
@ -37,6 +37,15 @@ in {
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
push.followTags = true;
|
push.followTags = true;
|
||||||
|
diff.algorithm = "histogram";
|
||||||
|
diff.submodule = "log";
|
||||||
|
status.submoduleSummary = true;
|
||||||
|
help.autocorrect = "prompt";
|
||||||
|
merge.conflictstyle = "zdiff3";
|
||||||
|
branch.sort = "-committerdate";
|
||||||
|
tag.sort = "taggerdate";
|
||||||
|
log.date = "iso";
|
||||||
|
rebase.missingCommitsCheck = "error";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue