all repos — nixfiles @ a132224e340a95eb426819b4b9258f42517df9f3

System and user configuration, managed by nix and home-manager

git: don't show diffs in commit buffer

Alan Pearce
commit

a132224e340a95eb426819b4b9258f42517df9f3

parent

78499a2ef6496a2a86e5f20bdf93944db52248b4

1 file changed, 0 insertions(+), 3 deletions(-)

changed files
M user/settings/git.nixuser/settings/git.nix
@@ -27,9 +27,6 @@ commitGraph = true;
autocrlf = "input"; safecrlf = true; }; - commit = { - verbose = true; - }; pull = { rebase = true; ff = "only";