Searched refs:git_executable (Results 1 – 6 of 6) sorted by relevance
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
67 self._git = git_executable()124 git = git_executable()150 def git_executable(): function
64 git = git_utils.git_executable()133 if not git_utils.git_executable():
38 from git_utils import git_executable151 git = git_executable()
84 self.git = git_utils.git_executable()534 if not git_utils.git_executable():
39 def git_executable(): function163 git = git_executable()