tangled
alpha
login
or
join now
tjh.dev
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
add jj config
tjh.dev
9 months ago
16fb126f
0550bfd9
verified
This commit was signed with the committer's
known signature
.
tjh.dev
SSH Key Fingerprint:
SHA256:RhG+o7Aj/xulPOqGBYDE7G2RZdwS1M7RWqL3oo9BYCY=
+26
1 changed file
expand all
collapse all
unified
split
.config
jj
config.toml
+26
.config/jj/config.toml
···
1
1
+
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
2
2
+
3
3
+
[user]
4
4
+
name = "tjh"
5
5
+
email = "x@tjh.dev"
6
6
+
7
7
+
[ui]
8
8
+
default-command = "log"
9
9
+
show-cryptographic-signatures = true
10
10
+
11
11
+
[colors]
12
12
+
"diff token" = { underline = false }
13
13
+
14
14
+
[signing]
15
15
+
behaviour = "drop"
16
16
+
backend = "ssh"
17
17
+
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG+imhcpRamxupqEtiemCGemYQeLpWbPZdD1wh4Y1rcl"
18
18
+
backends.ssh.allowed-signers = "~/.ssh/allowed_signers"
19
19
+
20
20
+
[git]
21
21
+
sign-on-push = true
22
22
+
23
23
+
[templates]
24
24
+
commit_trailers = '''
25
25
+
format_signed_off_by_trailer(self)
26
26
+
++ if(!trailers.contains_key("Change-Id"), format_gerrit_change_id_trailer(self))'''