all repos

dotfiles @ 0d3beca

i use rach linux btw
1 files changed, 10 insertions(+), 0 deletions(-)
jj: show the diff in commit editor; add tug alias(which i feel i won't use much)
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-10 01:11:08 +0300
Parent: d2d0c72
M config/jj/config.toml
ยทยทยท
        19
        19
         l = ["log", "-n10"]

      
        20
        20
         n = ["new"]

      
        21
        21
         bc = ["bookmark", "create"]

      
        
        22
        +tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]

      
        
        23
        +

      
        
        24
        +[templates]

      
        
        25
        +draft_commit_description = '''

      
        
        26
        +concat(

      
        
        27
        +  coalesce(description, default_commit_description, "\n"),

      
        
        28
        +  "\nJJ: ignore-rest\n",

      
        
        29
        +  diff.git(),

      
        
        30
        +)

      
        
        31
        +'''