|
@@ -0,0 +1,23 @@
|
|
|
|
|
+[user]
|
|
|
|
|
+name = 'raylu'
|
|
|
|
|
+email = '90059+raylu@users.noreply.github.com'
|
|
|
|
|
+
|
|
|
|
|
+[ui]
|
|
|
|
|
+pager = 'delta'
|
|
|
|
|
+default-command = 'l'
|
|
|
|
|
+show-cryptographic-signatures = true
|
|
|
|
|
+[ui.diff] # https://jj-vcs.github.io/jj/latest/config/#processing-contents-to-be-paged
|
|
|
|
|
+format = 'git'
|
|
|
|
|
+
|
|
|
|
|
+[signing] # https://jj-vcs.github.io/jj/latest/config/#automatically-signing-commits
|
|
|
|
|
+behavior = 'drop'
|
|
|
|
|
+backend = 'ssh'
|
|
|
|
|
+backends.ssh.allowed-signers = '~/.ssh/allowed-signers'
|
|
|
|
|
+key = '~/.ssh/id_ed25519.pub'
|
|
|
|
|
+
|
|
|
|
|
+[git]
|
|
|
|
|
+sign-on-push = true
|
|
|
|
|
+
|
|
|
|
|
+[aliases]
|
|
|
|
|
+l = ['log', '-r', '(trunk()..@):: | (trunk()..@)- | bookmarks()']
|
|
|
|
|
+ll = ['log', '-r', 'ancestors(present(@) | present(trunk()) | bookmarks() | tracked_remote_bookmarks() | visible_heads(), 2)']
|