all repos

dotfiles @ 2ba451b1ab8f41258754e389730549d479d12aa4

i use rach linux btw
1 files changed, 5 insertions(+), 1 deletions(-)
jj: setup signing keys
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-13 19:18:57 +0300
Parent: a2613c5
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
         '''