Lines Matching refs:git
92 REM git is required for all paths
93 for %%X in (git.exe) do (set FOUND=%%~$PATH:X)
96 echo git.exe not found
97 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
98 echo Install and ensure git.exe makes it into your PATH
204 git clone https://github.com/KhronosGroup/glslang.git .
205 git checkout %GLSLANG_REVISION%
216 git fetch --all
217 git checkout %GLSLANG_REVISION%
225 git clone https://github.com/KhronosGroup/SPIRV-Tools.git .
226 git checkout %SPIRV_TOOLS_REVISION%
237 git fetch --all
238 git checkout %SPIRV_TOOLS_REVISION%