Searched refs:remote_ref (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/git/ |
| D | pre-push.py | 138 def handle_push(args, local_ref, local_sha, remote_ref, remote_sha): argument 142 % (local_ref, local_sha, remote_ref, remote_sha, args.remote, 146 …if not ask_confirm('Are you sure you want to delete "%s" on remote "%s"?' % (remote_ref, args.url)… 152 …rm('Are you sure you want to push a new branch/tag "%s" on remote "%s"?' % (remote_ref, args.url)): 169 print('Pushing to "%s" on remote "%s"' % (remote_ref, args.url)) 217 local_ref, local_sha, remote_ref, remote_sha = line.split() variable 218 handle_push(args, local_ref, local_sha, remote_ref, remote_sha)
|