all repos

dotfiles @ c5d1cbdccf36b26d067e83b0b3353d1d5058d323

i use rach linux btw
1 files changed, 0 insertions(+), 4 deletions(-)
jj: disable private commits
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-10-18 16:58:51 +0300
Parent: 5ad112e
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
                21
                 

              
                23
                22
                 [aliases]

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

              ···
                35
                34
                 

              
                36
                35
                 [template-aliases]

              
                37
                36
                 "format_timestamp(timestamp)" = "timestamp.ago()"

              
                38
                
                -

              
                39
                
                -[revset-aliases]

              
                40
                
                -"private()" = "description(glob:'private:*') | description(glob:'wip:*')"

              
                41
                37
                 

              
                42
                38
                 [fix.tools.stylua]

              
                43
                39
                 command = ["stylua", "-"]