๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nevermind

Kacaii 6334fe27 594f1d90

+1 -8
+1 -8
.config/jj/config.toml
··· 10 10 [git] 11 11 write-change-id-header = true 12 12 13 - [templates] 14 - log_node = ''' 15 - coalesce( 16 - if(immutable, "โ—", "โ—‹") 17 - ) 18 - ''' 19 - 20 13 [template-aliases] 21 - 'format_short_signature(signature)' = 'signature.name()' 14 + "format_short_signature(signature)" = "signature.name()" 22 15 23 16 [revset-aliases] 24 17 "stack()" = "ancestors(mutable() & (..@ | @::), 2)"