jj: add prefix to automatically created bookmarks

This commit is contained in:
sloane 2026-01-09 10:25:05 -05:00
parent d972cd5449
commit f8c5edeef6
No known key found for this signature in database

View file

@ -32,6 +32,9 @@ diff-formatter = ["difft", "--color=always", "$left", "$right"]
[git]
private-commits = "wip | nocommit | dev-only"
[templates]
git_push_bookmark = '"sloane/push-" ++ change_id.short()'
[revsets]
log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"