mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
jj: setup signing keys
This commit is contained in:
parent
a2613c565e
commit
2ba451b1ab
1 changed files with 5 additions and 1 deletions
|
|
@ -11,6 +11,10 @@ pager = "delta"
|
|||
diff-formatter = ":git"
|
||||
merge-editor = ["nvim", "-d"]
|
||||
|
||||
[signing]
|
||||
backend = "ssh"
|
||||
key = "~/.ssh/id_ed25519.pub"
|
||||
|
||||
[git]
|
||||
sign-on-push = true
|
||||
auto-local-bookmark = true
|
||||
|
|
@ -27,7 +31,7 @@ tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
|
|||
draft_commit_description = '''
|
||||
concat(
|
||||
coalesce(description, default_commit_description, "\n"),
|
||||
"\nJJ: ignore-rest\n",
|
||||
"JJ: ignore-rest\n",
|
||||
diff.git(),
|
||||
)
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue