1 files changed,
10 insertions(+),
0 deletions(-)
M
config/jj/config.toml
@@ -19,3 +19,13 @@ [aliases]
l = ["log", "-n10"] n = ["new"] bc = ["bookmark", "create"] +tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] + +[templates] +draft_commit_description = ''' +concat( + coalesce(description, default_commit_description, "\n"), + "\nJJ: ignore-rest\n", + diff.git(), +) +'''