jj: private commits; remove aliases unused aliases

This commit is contained in:
Olexandr Smirnov 2025-08-18 00:07:32 +03:00
parent 2ba451b1ab
commit 7c668215b2
No known key found for this signature in database

View file

@ -18,13 +18,11 @@ key = "~/.ssh/id_ed25519.pub"
[git] [git]
sign-on-push = true sign-on-push = true
auto-local-bookmark = true auto-local-bookmark = true
private-commits = "private()"
# push-bookmark-prefix = "olexsmir/"
[aliases] [aliases]
d = ["diff"]
l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"] 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", "@-"] tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
[templates] [templates]
@ -38,3 +36,6 @@ concat(
[template-aliases] [template-aliases]
"format_timestamp(timestamp)" = "timestamp.ago()" "format_timestamp(timestamp)" = "timestamp.ago()"
[revset-aliases]
"private()" = "description(glob:'private:*')"