1 files changed,
10 insertions(+),
0 deletions(-)
M
config/jj/config.toml
ยทยทยท 19 19 l = ["log", "-n10"] 20 20 n = ["new"] 21 21 bc = ["bookmark", "create"] 22 +tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] 23 + 24 +[templates] 25 +draft_commit_description = ''' 26 +concat( 27 + coalesce(description, default_commit_description, "\n"), 28 + "\nJJ: ignore-rest\n", 29 + diff.git(), 30 +) 31 +'''