From e3269aa41fd9489ddc22ddc6d17d5832b99c5008 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 23 Aug 2025 21:20:32 +0200 Subject: mise: Forward all args passed into git/co.sh to git commit --- .mise-tasks/co.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise-tasks/co.sh b/.mise-tasks/co.sh index 262fa84..67e256a 100755 --- a/.mise-tasks/co.sh +++ b/.mise-tasks/co.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash #MISE description="Stage and commit the whole working dir" -git add . && git commit +git add . && git commit "$@" -- cgit v1.2.3