Skip to content

Commit 5db94d4

Browse files
committed
[jj] l now shows even elided commits
1 parent 3a2597c commit 5db94d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jj/.config/jj/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ diff-formatter = ":git"
2525
[aliases]
2626
stack = ["log", "-r", "stack(@)"]
2727
mine = ["log", "-r", "mine"]
28-
l = ["log", "--limit", "10"]
28+
l = ["log", "-r", "..", "--limit", "10"]
2929
llog = ["log", "-r", ".."] # https://maddie.wtf/posts/2025-07-21-jujutsu-for-busy-devs/entry/1#see-more-of-the-log
3030
lmain = ["log", "-r", "::main"] # https://maddie.wtf/posts/2025-07-21-jujutsu-for-busy-devs/entry/1#see-more-of-the-log
3131
# l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"]

0 commit comments

Comments
 (0)