Searched refs:git_output (Results 1 – 3 of 3) sorted by relevance
30 OUTPUT_VARIABLE git_output)32 string(REGEX MATCH r[0-9]+ git_svn_rev ${git_output})44 OUTPUT_VARIABLE git_output)46 string(STRIP "${git_output}" git_head_svn_rev_number)59 OUTPUT_VARIABLE git_output)61 string(STRIP "${git_output}" git_ref_id)
72 def parse_git_output(git_output, glob_pattern): argument81 for line in git_output.split('\n'):110 git_output = executive.Executive().run_command(cmd,118 return parse_git_output(git_output, glob_pattern)
64 git_output = (72 hashes = deduplicate_tests.parse_git_output(git_output, '*')80 hashes = deduplicate_tests.parse_git_output(git_output, '*.png')