Home
last modified time | relevance | path

Searched refs:remote_sha (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/git/
H A Dpre-push.py141 def handle_push(args, local_ref, local_sha, remote_ref, remote_sha): argument
145 % (local_ref, local_sha, remote_ref, remote_sha, args.remote,
154 if remote_sha == z40:
161 range='%s..%s' % (remote_sha, local_sha)
163 if "commit" not in git('cat-file','-t', remote_sha, ignore_errors=True):
220 local_ref, local_sha, remote_ref, remote_sha = line.split() variable
221 handle_push(args, local_ref, local_sha, remote_ref, remote_sha)