feat(git): use improved diff algos
This commit is contained in:
parent
7a23d06079
commit
555d229cf1
1 changed files with 8 additions and 1 deletions
|
@ -35,7 +35,6 @@
|
||||||
untrackedCache = true;
|
untrackedCache = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
diff.ignoreSubmodules = "none";
|
|
||||||
column.ui = "auto";
|
column.ui = "auto";
|
||||||
|
|
||||||
fetch.parallel = 8;
|
fetch.parallel = 8;
|
||||||
|
@ -43,6 +42,14 @@
|
||||||
fetch.recurseSubmodules = true;
|
fetch.recurseSubmodules = true;
|
||||||
commit.verbose = true;
|
commit.verbose = true;
|
||||||
|
|
||||||
|
diff = {
|
||||||
|
algorithm = "histogram";
|
||||||
|
colorMoved = "plain";
|
||||||
|
ignoreSubmodules = "none";
|
||||||
|
mnemonicPrefix = true;
|
||||||
|
renames = true;
|
||||||
|
};
|
||||||
|
|
||||||
format.pretty = "format:%C(yellow)%h %Cblue%>(12)%ad %C(red)%G? %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s";
|
format.pretty = "format:%C(yellow)%h %Cblue%>(12)%ad %C(red)%G? %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s";
|
||||||
|
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue