this repo has no description

Better JJ conflict format and add commit summary in shortlog

hauleth.dev ad72c4c5 508ba24c

verified
Changed files
+6 -3
modules
-2
modules/git/ignore
···
# Other {{{
.rake_tasks
.meteor/
-
tags
-
tags.*
.gdb_history
perf.data*
oprofile_data
+6 -1
modules/jj.nix
···
user.email = "~@hauleth.dev";
user.name = "Łukasz Niemier";
-
ui.default-command = ["log" "--template=log_compact"];
+
ui = {
+
default-command = ["log" "--template=log_compact"];
+
+
conflict-marker-style = "diff3";
+
};
aliases = {
record = ["commit"];
···
if(conflict, label("conflict", "conflict")),
if(config("ui.show-cryptographic-signatures").as_boolean(),
format_short_cryptographic_signature(signature)),
+
if(!description && !empty, "\n" ++ diff.summary()),
) ++ "\n",
),
)