From 80e47b753e0e234e80641ffa6436310d67747f76 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 14 Aug 2024 22:36:42 +0800 Subject: reset bisect --- xmake/modules/cli/bisect.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/modules/cli/bisect.lua b/xmake/modules/cli/bisect.lua index 5e69a8915..a65592977 100644 --- a/xmake/modules/cli/bisect.lua +++ b/xmake/modules/cli/bisect.lua @@ -102,4 +102,5 @@ function main(...) end end end + os.execv(git.program, {"bisect", "reset"}, {curdir = gitdir}) end -- cgit v1.3.1