1 files changed,
2 insertions(+),
2 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-03-06 22:20:51 +0200
Parent:
0099825
M
config/jj/config.toml
··· 28 28 e = ["edit"] 29 29 l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"] 30 30 llog = ["log", "-r", ".."] 31 -n = ["new"] 32 31 restack = ["rebase", "-d", "trunk()", "-s", "mutable_roots()"] 32 +sync = ["util", "exec", "--", "sh", "-c", "jj git fetch && jj new 'trunk()'"] 33 33 tug = ["bookmark", "move", "--from", "closest_bookmark(@)", "--to", "closest_pushable(@)"] 34 34 35 35 [revset-aliases] ··· 39 39 "closest_pushable(to)" = "heads(::to & ~description(exact:'') & (~empty() | merges()))" 40 40 41 41 [templates] 42 -git_push_bookmark = '"olexsmir/" ++ change_id.short()' 42 +git_push_bookmark = '"olex/" ++ change_id.short()' 43 43 draft_commit_description = ''' 44 44 concat( 45 45 coalesce(description, default_commit_description, "\n"),