From 193aff6ee2d27ee423818c88cab474b4500afe16 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 29 Oct 2025 12:50:12 +0100 Subject: [PATCH] jj: write change id header --- home/.config/jj/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.config/jj/config.toml b/home/.config/jj/config.toml index 87ccbbc..fa80ef3 100644 --- a/home/.config/jj/config.toml +++ b/home/.config/jj/config.toml @@ -9,6 +9,9 @@ diff-editor = ":builtin" name = "Romain Paquet" email = "rpqt@rpqt.fr" +[git] +write-change-id-header = true + [revset-aliases] 'closest_pushable(to)' = 'heads(::to & mutable() & ~description(exact:"") & (~empty() | merges()))'