this repo has no description
1
fork

Configure Feed

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

Always show diff for current working copy

+1 -1
+1 -1
modules/jj.nix
··· 136 136 if(conflict, label("conflict", "conflict")), 137 137 if(config("ui.show-cryptographic-signatures").as_boolean(), 138 138 format_short_cryptographic_signature(signature)), 139 - if(!description && !empty, "\n" ++ diff.summary()), 139 + if(current_working_copy || (!description && !empty), "\n" ++ diff.summary()), 140 140 ) ++ "\n", 141 141 ), 142 142 )