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;
|
||||
};
|
||||
|
||||
diff.ignoreSubmodules = "none";
|
||||
column.ui = "auto";
|
||||
|
||||
fetch.parallel = 8;
|
||||
|
@ -43,6 +42,14 @@
|
|||
fetch.recurseSubmodules = 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";
|
||||
|
||||
init.defaultBranch = "main";
|
||||
|
|
Loading…
Add table
Reference in a new issue