diff --git a/minimal/hm.nix b/minimal/hm.nix index 753c94e..c90fa47 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -146,6 +146,7 @@ rib = "!git ri $(git bb) $@"; bb = "config --local --default master custom.base-branch"; set-bb = "config --local custom.base-branch"; + rv = ''!sh -c 'git commit --amend --no-edit --trailer "Reviewed-by: $*"' - ''; }; };