jj: show less logs; repos are colocated by default now

This commit is contained in:
Oleksandr Smirnov 2025-10-08 21:56:51 +03:00
parent 105ed99873
commit 5ad112e5a6
No known key found for this signature in database

View file

@ -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]