Searched defs:GIT (Results 1 – 8 of 8) sorted by relevance
13 GIT = 'git.bat' if sys.platform == 'win32' else 'git' variable
98 GIT = 'git' + _BAT variable
21 GIT = 'git.bat' if sys.platform == 'win32' else 'git' variable
114 GIT = 'git' + _BAT variable
25 GIT = subprocess.check_output([WHICH, 'git']).splitlines()[0] variable
99 if "%GIT%" EQU "" set GIT=git variable
15 GIT = "git" variable in DownloadType