1 files changed,
7 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-12-06 18:32:02 +0200
Parent:
e508aa0
M
config/jj/config.toml
··· 17 17 18 18 [git] 19 19 sign-on-push = true 20 -auto-local-bookmark = true 20 +private-commits = "description(glob:'wip:*') | description(glob:'private:*')" 21 + 22 +[remotes] 23 +origin.auto-track-bookmarks = "glob:*" 24 +olexsmir.auto-track-bookmarks = "glob:*" 25 +upstream.auto-track-bookmarks = "main | master" 21 26 22 27 [aliases] 23 28 l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"] ··· 25 30 tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] 26 31 27 32 [templates] 33 +git_push_bookmark = '"olexsmir/" ++ change_id.short()' 28 34 draft_commit_description = ''' 29 35 concat( 30 36 coalesce(description, default_commit_description, "\n"),