diff options
Diffstat (limited to 'xmake/modules/cli/bisect.lua')
| -rw-r--r-- | xmake/modules/cli/bisect.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
