Searched refs:commit_id (Results 1 – 5 of 5) sorted by relevance
28 def generate(symbol_name, commit_id, output_header_file): argument64 contents += '#define %s "%s"\n' % (symbol_name, commit_id)109 commit_id = get_commit_id_from_git('git', args.git_dir)112 commit_id = get_commit_id_from_git('git.bat', args.git_dir)115 commit_id = get_commit_id_from_file(args.rev_file)117 commit_id = get_commit_id_from_uuid()119 if not is_sha1(commit_id):122 generate(args.symbol_name, commit_id, args.output_header_file)
67 copy("commit_id") {84 ":commit_id",
80 results.commit_id.hash = git_sha
164 CommitId commit_id = 4; field