Lines Matching refs:git
40 where /q git.exe
43 echo git.exe not found
44 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
45 echo Install and ensure git.exe makes it into your PATH
197 git clone https://github.com/KhronosGroup/glslang.git .
198 git checkout %GLSLANG_REVISION%
209 git fetch --all
210 git checkout %GLSLANG_REVISION%
222 git clone https://github.com/KhronosGroup/SPIRV-Tools.git .
223 git checkout %SPIRV_TOOLS_REVISION%
234 git fetch --all
235 git checkout %SPIRV_TOOLS_REVISION%
247 git clone https://github.com/KhronosGroup/SPIRV-Headers.git .
248 git checkout %SPIRV_HEADERS_REVISION%
259 git fetch --all
260 git checkout %SPIRV_HEADERS_REVISION%
272 git clone https://github.com/google/shaderc.git .
273 git checkout %SHADERC_REVISION%
284 git fetch --all
285 git checkout %SHADERC_REVISION%