diff options
| author | ruki <[email protected]> | 2024-03-31 22:27:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-31 22:27:44 +0800 |
| commit | c30d3a61ddf08e691ca1f4d2dc17bfe0dc33d85e (patch) | |
| tree | 4a05b9e88f200b1a3cc7be05fb2609b745e17d56 /xmake/modules/devel/git/submodule/update.lua | |
| parent | 479ebb1da2792c84758dea5d6b9a025fba47a9fc (diff) | |
enable longpaths for submodule/reset #4905
Diffstat (limited to 'xmake/modules/devel/git/submodule/update.lua')
| -rw-r--r-- | xmake/modules/devel/git/submodule/update.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/modules/devel/git/submodule/update.lua b/xmake/modules/devel/git/submodule/update.lua index ee24bffcf..91f930b2d 100644 --- a/xmake/modules/devel/git/submodule/update.lua +++ b/xmake/modules/devel/git/submodule/update.lua @@ -36,11 +36,7 @@ import("lib.detect.find_tool") -- @endcode -- function main(opt) - - -- init options opt = opt or {} - - -- find git local git = assert(find_tool("git"), "git not found!") -- init argv |
