all repos

dotfiles @ 0d3beca4fc5022279fcec149a8f7e8f27485981f

my dotfiles
1 files changed, 10 insertions(+), 0 deletions(-)
jj: show the diff in commit editor; add tug alias(which i feel i won't use much)
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-10 01:11:08 +0300
Parent: d2d0c72
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(), +) +'''