all repos

dotfiles @ 7c668215b2132b7e0bcbf46db0e42f05fe3f9272

my dotfiles
1 files changed, 5 insertions(+), 4 deletions(-)
jj: private commits; remove aliases unused aliases
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-22 19:25:54 +0300
Parent: 2ba451b
M config/jj/config.toml

@@ -18,13 +18,11 @@

[git] sign-on-push = true auto-local-bookmark = true +private-commits = "private()" +# push-bookmark-prefix = "olexsmir/" [aliases] -d = ["diff"] l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"] -llog = ["log", "-T", "builtin_log_detailed"] -n = ["new"] -push = ["git", "push"] tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] [templates]

@@ -38,3 +36,6 @@ '''

[template-aliases] "format_timestamp(timestamp)" = "timestamp.ago()" + +[revset-aliases] +"private()" = "description(glob:'private:*')"