Searched refs:commithash (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/ |
D | git-sync-deps | 102 def status(directory, commithash, change): argument 107 commithash = truncate(commithash, 40) 109 sys.stdout.write('%-*s %s %s\n' % (dlen, directory, symbol, commithash)) 112 def git_checkout_to_directory(git, repo, commithash, directory, verbose): argument 133 subprocess.check_call([git, 'checkout', '--quiet', commithash], 136 status(directory, commithash, True) 153 if 0 == subprocess.call([git, 'checkout', '--quiet', commithash], 157 status(directory, commithash, False) # Success. 167 subprocess.check_call([git, 'checkout', '--quiet', commithash], cwd=directory) 170 status(directory, commithash, True) # Success. [all …]
|
/external/libchrome/libchrome_tools/uprev/ |
D | generate_filtered_tree.py | 84 def do_commit(treehash, commithash, meta, commits_map): argument 106 b': ' + commithash + b'\n')
|
D | reconnect_history.py | 67 def blame_files(commithash, files): argument 71 blames[path] = utils.git_blame(commithash, path)
|