all repos

dotfiles @ a2613c565ead6533a9b4a6927f1e17abdb735ec2

my dotfiles
1 files changed, 7 insertions(+), 2 deletions(-)
jj: short log, d for diff, push, and show timestamp relatively to now
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-11 15:45:10 +0300
Parent: 7780ef0
M config/jj/config.toml

@@ -16,9 +16,11 @@ sign-on-push = true

auto-local-bookmark = true [aliases] -l = ["log", "-n10"] +d = ["diff"] +l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"] +llog = ["log", "-T", "builtin_log_detailed"] n = ["new"] -bc = ["bookmark", "create"] +push = ["git", "push"] tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] [templates]

@@ -29,3 +31,6 @@ "\nJJ: ignore-rest\n",

diff.git(), ) ''' + +[template-aliases] +"format_timestamp(timestamp)" = "timestamp.ago()"