Searched refs:_GIT_DIR_MARKER (Results 1 – 1 of 1) sorted by relevance
40 _GIT_DIR_MARKER = 'gitdir: ' variable73 if line.startswith(_GIT_DIR_MARKER):74 absolute_path = line[len(_GIT_DIR_MARKER):].strip()86 line = _GIT_DIR_MARKER + relative_path