summaryrefslogtreecommitdiffstats
path: root/common/commandline
diff options
context:
space:
mode:
Diffstat (limited to 'common/commandline')
-rw-r--r--common/commandline/git.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/commandline/git.nix b/common/commandline/git.nix
index 159b5dd..24df5c1 100644
--- a/common/commandline/git.nix
+++ b/common/commandline/git.nix
@@ -127,10 +127,7 @@ _inputs:
127 }; 127 };
128 128
129 ui = { 129 ui = {
130 default-command = [ 130 default-command = [ "log" ];
131 "log"
132 "--reversed"
133 ];
134 # TODO: setup hunk.nvim as diff-editor 131 # TODO: setup hunk.nvim as diff-editor
135 diff-editor = "nvim"; 132 diff-editor = "nvim";
136 diff.tool = "difft"; 133 diff.tool = "difft";