commit 5113289daca7369a32b45087602400f0d057928d
parent bb3a6d4b5d6adafd75cd1a87fdb5f4b953e1e459
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 15 May 2026 16:49:40 +0900
jj: update aliases for ll/lol, ld
use ll for long log format, lol for log one-line format.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/jj/config.toml b/.config/jj/config.toml
@@ -6,9 +6,9 @@ email = "chris@bracken.jp"
[aliases]
l = ["log"]
-ll = ["log", "-T", "builtin_log_oneline", "-r", "::"]
-ld = ["log", "-T", "builtin_log_detailed ++ diff.stat() ++ '\n'", "-r", "::", "--no-graph"]
+ll = ["log", "-T", "builtin_log_detailed ++ diff.stat() ++ '\n'", "-r", "::", "--no-graph"]
lp = ["log", "-T", "builtin_log_detailed ++ diff.stat() ++ '\n' ++ diff.git() ++ '\n'", "-r", "::", "--no-graph"]
+lol = ["log", "-T", "builtin_log_oneline", "-r", "::"]
ws-add = ["util", "exec", "--", "jj-ws-add"]
ws-forget = ["util", "exec", "--", "jj-ws-forget"]