1 files changed,
5 insertions(+),
1 deletions(-)
M
config/jj/config.toml
··· 11 11 diff-formatter = ":git" 12 12 merge-editor = ["nvim", "-d"] 13 13 14 +[signing] 15 +backend = "ssh" 16 +key = "~/.ssh/id_ed25519.pub" 17 + 14 18 [git] 15 19 sign-on-push = true 16 20 auto-local-bookmark = true ··· 27 31 draft_commit_description = ''' 28 32 concat( 29 33 coalesce(description, default_commit_description, "\n"), 30 - "\nJJ: ignore-rest\n", 34 + "JJ: ignore-rest\n", 31 35 diff.git(), 32 36 ) 33 37 '''