diff options
| author | ruki <[email protected]> | 2024-08-14 22:36:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-08-14 22:36:42 +0800 |
| commit | 80e47b753e0e234e80641ffa6436310d67747f76 (patch) | |
| tree | c2b523a46de61262807240184265facf44da5f41 /xmake/modules/cli/bisect.lua | |
| parent | 07b0d45634a870ee905776557d0a27436001276c (diff) | |
reset bisect
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 |
