Searched refs:git_executable (Results 1 – 4 of 4) sorted by relevance
44 find_program(git_executable NAMES git git.exe git.cmd)45 if (git_executable)46 execute_process(COMMAND ${git_executable} svn info63 find_program(git_executable NAMES git git.exe git.cmd)64 if (git_executable)65 execute_process(COMMAND ${git_executable} log -1 --pretty=format:%H73 execute_process(COMMAND ${git_executable} remote -v
24 find_program(git_executable NAMES git git.exe git.cmd)25 if( git_executable )27 execute_process(COMMAND ${git_executable} svn log --limit=1 --oneline41 execute_process(COMMAND ${git_executable} svn find-rev HEAD56 ${git_executable} rev-parse --short HEAD
39 def git_executable(): function174 git = git_executable()
377 if not path or not self.git_executable:380 …output = Popen([self.git_executable, "rev-parse", "--short", "HEAD"], stdout=PIPE, stderr=PIPE, cw…