feat(git): improve configuration
* configure diff * show diff when edit a commit in editor
This commit is contained in:
parent
5c86a1f859
commit
8a5522396a
1 changed files with 7 additions and 0 deletions
|
@ -68,6 +68,13 @@ in
|
|||
autoSetupRemote = true;
|
||||
default = "current";
|
||||
};
|
||||
diff = {
|
||||
algorithm = "histogram";
|
||||
colorMoved = "plain";
|
||||
mnemonicPrefix = true;
|
||||
renames = true;
|
||||
};
|
||||
commit.verbose = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue