Home | History | Annotate | Download | only in misc

Lines Matching refs:git_executable

63   {'name': "git_executable",           'default': None,       'pattern': re.compile("^GIT_EXECUTABLE:FILEPATH=(.*)$")},
377 if not path or not self.git_executable:
380 output = Popen([self.git_executable, "rev-parse", "--short", "HEAD"], stdout=PIPE, stderr=PIPE, cwd = path).communicate()