mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +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"
|
diff-formatter = ":git"
|
||||||
merge-editor = ["nvim", "-d"]
|
merge-editor = ["nvim", "-d"]
|
||||||
|
|
||||||
|
[signing]
|
||||||
|
backend = "ssh"
|
||||||
|
key = "~/.ssh/id_ed25519.pub"
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
sign-on-push = true
|
sign-on-push = true
|
||||||
auto-local-bookmark = true
|
auto-local-bookmark = true
|
||||||
|
|
@ -27,7 +31,7 @@ tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
|
||||||
draft_commit_description = '''
|
draft_commit_description = '''
|
||||||
concat(
|
concat(
|
||||||
coalesce(description, default_commit_description, "\n"),
|
coalesce(description, default_commit_description, "\n"),
|
||||||
"\nJJ: ignore-rest\n",
|
"JJ: ignore-rest\n",
|
||||||
diff.git(),
|
diff.git(),
|
||||||
)
|
)
|
||||||
'''
|
'''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue