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

Configure Feed

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

sign commits

kacaii fd2e4385 a32f6497

+8 -1
+8 -1
.config/jj/config.toml
··· 11 11 write-change-id-header = true 12 12 subprocess = true 13 13 14 + [signing] 15 + behavior = "own" 16 + backend = "ssh" 17 + key = "~/.ssh/tangled.pub" 18 + 14 19 [ui] 15 20 default-command = "status" 16 21 diff-formatter = ["difft", "--color=always", "$left", "$right"] ··· 51 56 ''' 52 57 53 58 [templates] 54 - 55 59 git_push_bookmark = '''"op/" ++ change_id.short()''' 60 + 61 + [revsets] 62 + log = "current_work" 56 63 57 64 [revset-aliases] 58 65 "stack()" = "ancestors(reachable(@, mutable()), 2)"