1 files changed,
7 insertions(+),
2 deletions(-)
M
config/jj/config.toml
··· 16 16 auto-local-bookmark = true 17 17 18 18 [aliases] 19 -l = ["log", "-n10"] 19 +d = ["diff"] 20 +l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"] 21 +llog = ["log", "-T", "builtin_log_detailed"] 20 22 n = ["new"] 21 -bc = ["bookmark", "create"] 23 +push = ["git", "push"] 22 24 tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] 23 25 24 26 [templates] ··· 29 31 diff.git(), 30 32 ) 31 33 ''' 34 + 35 +[template-aliases] 36 +"format_timestamp(timestamp)" = "timestamp.ago()"