From 5ad112e5a6012a966bd75fbd1966156b9eae1dbf Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Wed, 8 Oct 2025 21:56:51 +0300 Subject: [PATCH] jj: show less logs; repos are colocated by default now --- config/jj/config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/jj/config.toml b/config/jj/config.toml index 487dfe5..74b9184 100644 --- a/config/jj/config.toml +++ b/config/jj/config.toml @@ -16,13 +16,12 @@ backend = "ssh" key = "~/.ssh/id_ed25519.pub" [git] -colocate = true sign-on-push = true auto-local-bookmark = true private-commits = "private()" [aliases] -l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"] +l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"] tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] [templates]