From 978703ebc86060555da3df4c376e37d16aecce29 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 24 Aug 2025 12:07:47 +0200 Subject: g2h: Add suporting docs --- mise.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mise.toml') diff --git a/mise.toml b/mise.toml index 0854dbd..78eb153 100644 --- a/mise.toml +++ b/mise.toml @@ -13,8 +13,8 @@ run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out" [tasks.commit] run = [ - 'tar czf test_repo/git.tgz -C test_repo .git*', - 'rm -rf test_repo/.git*', + 'tar czf test_repo/git.tgz -C test_repo .git', + 'rm -rf test_repo/.git', './.mise-tasks/co.sh {{arg(name="commit args", var=true)}}', 'tar xzf test_repo/git.tgz -C test_repo' ] -- cgit v1.2.3