mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
jj: update to 0.36; add private commits
This commit is contained in:
parent
e508aa0923
commit
90df62941b
1 changed files with 7 additions and 1 deletions
|
|
@ -17,7 +17,12 @@ key = "~/.ssh/git-sign.pub"
|
|||
|
||||
[git]
|
||||
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]
|
||||
l = ["log", "-r", "ancestors(reachable(@, mutable()), 2)"]
|
||||
|
|
@ -25,6 +30,7 @@ llog = ["log", "-r", ".."]
|
|||
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
|
||||
|
||||
[templates]
|
||||
git_push_bookmark = '"olexsmir/" ++ change_id.short()'
|
||||
draft_commit_description = '''
|
||||
concat(
|
||||
coalesce(description, default_commit_description, "\n"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue