diff options
author | Minijackson <minijackson@riseup.net> | 2024-09-29 20:12:58 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-09-29 20:12:58 +0200 |
commit | bdb52855e8264ee061932997ed2e7c6b4ea5e219 (patch) | |
tree | 6db5731a29d9e481fbd85bb93fac51f8ef2ece10 /common | |
parent | 57b7a0738b32afd562e28abc52a1b29aaed8b031 (diff) | |
download | nixos-config-reborn-bdb52855e8264ee061932997ed2e7c6b4ea5e219.tar.gz nixos-config-reborn-bdb52855e8264ee061932997ed2e7c6b4ea5e219.zip |
common/git: don't reverse jj log
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/git.nix | 5 |
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"; |