jj: disable private commits

This commit is contained in:
Oleksandr Smirnov 2025-10-18 16:58:40 +03:00
parent 5ad112e5a6
commit c5d1cbdccf
No known key found for this signature in database

View file

@ -18,7 +18,6 @@ key = "~/.ssh/id_ed25519.pub"
[git]
sign-on-push = true
auto-local-bookmark = true
private-commits = "private()"
[aliases]
l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"]
@ -36,9 +35,6 @@ concat(
[template-aliases]
"format_timestamp(timestamp)" = "timestamp.ago()"
[revset-aliases]
"private()" = "description(glob:'private:*') | description(glob:'wip:*')"
[fix.tools.stylua]
command = ["stylua", "-"]
patterns = ["glob:'**/*.lua'"]