jj: update to 0.36; add private commits

This commit is contained in:
Oleksandr Smirnov 2025-12-05 00:22:18 +02:00
parent e508aa0923
commit 90df62941b
No known key found for this signature in database

View file

@ -17,7 +17,12 @@ key = "~/.ssh/git-sign.pub"
[git] [git]
sign-on-push = true sign-on-push = true
auto-local-bookmark = true private-commits = "description(glob:'wip:*') | description(glob:'private:*')"
[remotes]
origin.auto-track-bookmarks = "glob:*"
olexsmir.auto-track-bookmarks = "glob:*"
upstream.auto-track-bookmarks = "main | master"
[aliases] [aliases]
l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"] l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"]
@ -25,6 +30,7 @@ llog = ["log", "-r", ".."]
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
[templates] [templates]
git_push_bookmark = '"olexsmir/" ++ change_id.short()'
draft_commit_description = ''' draft_commit_description = '''
concat( concat(
coalesce(description, default_commit_description, "\n"), coalesce(description, default_commit_description, "\n"),