all repos

dotfiles @ 7c668215b2132b7e0bcbf46db0e42f05fe3f9272

i use rach linux btw
1 files changed, 5 insertions(+), 4 deletions(-)
jj: private commits; remove aliases unused aliases
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-22 19:25:54 +0300
Authored at: 2025-08-18 00:07:32 +0300
Parent: 2ba451b
M config/jj/config.toml
···
        18
        18
         [git]

      
        19
        19
         sign-on-push = true

      
        20
        20
         auto-local-bookmark = true

      
        
        21
        +private-commits = "private()"

      
        
        22
        +# push-bookmark-prefix = "olexsmir/"

      
        21
        23
         

      
        22
        24
         [aliases]

      
        23
        
        -d = ["diff"]

      
        24
        25
         l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"]

      
        25
        
        -llog = ["log", "-T", "builtin_log_detailed"]

      
        26
        
        -n = ["new"]

      
        27
        
        -push = ["git", "push"]

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

      
        29
        27
         

      
        30
        28
         [templates]

      ···
        38
        36
         

      
        39
        37
         [template-aliases]

      
        40
        38
         "format_timestamp(timestamp)" = "timestamp.ago()"

      
        
        39
        +

      
        
        40
        +[revset-aliases]

      
        
        41
        +"private()" = "description(glob:'private:*')"