feat(git): improve configuration

* configure diff
 * show diff when edit a commit in editor
This commit is contained in:
Yorick Barbanneau 2025-06-20 16:40:56 +02:00
parent 5c86a1f859
commit 8a5522396a
No known key found for this signature in database
GPG key ID: 4447A19BBEDB8DBA

View file

@ -68,6 +68,13 @@ in
autoSetupRemote = true; autoSetupRemote = true;
default = "current"; default = "current";
}; };
diff = {
algorithm = "histogram";
colorMoved = "plain";
mnemonicPrefix = true;
renames = true;
};
commit.verbose = true;
}; };
}; };
}; };