From a99ae65e591ab81b7d7cbec2fa186ae38f473ac8 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 11 Dec 2025 20:36:57 +0000 Subject: [PATCH] jj aliases --- modules/jujutsu.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/jujutsu.nix b/modules/jujutsu.nix index 5a82c32..2dd6b28 100644 --- a/modules/jujutsu.nix +++ b/modules/jujutsu.nix @@ -7,6 +7,8 @@ email = "christoph@schmatzler.com"; }; git = { + sign-on-push = true; + subprocess = true; write-change-id-header = true; }; diff = { @@ -19,7 +21,9 @@ diff-editor = ["nvim" "-c" "DiffEditor $left $right $output"]; }; aliases = { + n = ["new"]; tug = ["bookmark" "move" "--from" "closest_bookmark(@-)" "--to" "@-"]; + stack = ["log" "-r" "ancestors((trunk()..@)::bookmarks() | @, 2)"]; retrunk = ["rebase" "-d" "trunk()"]; }; revset-aliases = {