Searched refs:git_executable (Results 1 – 8 of 8) sorted by relevance
29 find_program(git_executable NAMES git git.exe git.cmd)31 if( git_executable )33 execute_process(COMMAND ${git_executable} rev-parse --git-dir45 ${git_executable} svn info59 execute_process(COMMAND ${git_executable} svn find-rev HEAD75 ${git_executable} rev-parse --short HEAD
42 find_program(git_executable NAMES git git.exe git.cmd)43 if (git_executable)44 execute_process(COMMAND ${git_executable} svn info61 find_program(git_executable NAMES git git.exe git.cmd)62 if (git_executable)63 execute_process(COMMAND ${git_executable} log -1 --pretty=format:%H71 execute_process(COMMAND ${git_executable} remote -v
1685 find_program(git_executable NAMES git git.exe git.cmd)1687 execute_process(COMMAND ${git_executable} rev-parse --git-dir
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
32 find_program(git_executable NAMES git git.exe git.cmd)33 if( git_executable )36 ${git_executable} svn info53 execute_process(COMMAND ${git_executable} svn find-rev HEAD68 ${git_executable} rev-parse --short HEAD
22 find_program(git_executable NAMES git git.exe git.cmd)23 if( git_executable )24 execute_process(COMMAND ${git_executable} show-ref HEAD33 execute_process(COMMAND ${git_executable} svn log --limit=1 --oneline
39 def git_executable(): function186 git = git_executable()