dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 0aefd83b57b67b934c221d701569f716cb5bd191
parent d320bef30e3613d7241e7279e1d13c7b612b3d46
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 14 Nov 2025 16:11:22 +0900

jj: show mutable commits + 2

This provides a tiny bit more history -- the default stack of commits
that jj provides 'trunk() | mutable()' plus two ancestors of that stack
for context.

Diffstat:
M.config/jj/config.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/jj/config.toml b/.config/jj/config.toml @@ -5,8 +5,8 @@ name = "Chris Bracken" email = "chris@bracken.jp" [aliases] -l = ["log", "-T", "fmt_lol"] -ll = ["l", "-r", "::"] +l = ["log", "-T", "fmt_lol", "-r", "ancestors(trunk() | mutable(), 3)"] +ll = ["log", "-T", "fmt_lol", "-r", "::"] [colors] "committer timestamp" = "cyan"