jj: setup signing keys

This commit is contained in:
Olexandr Smirnov 2025-08-13 19:18:57 +03:00
parent a2613c565e
commit 2ba451b1ab
No known key found for this signature in database

View file

@ -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(),
) )
''' '''