Searched refs:remote_ref (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/git/ |
H A D | pre-push.py | 141 def handle_push(args, local_ref, local_sha, remote_ref, remote_sha): argument 145 % (local_ref, local_sha, remote_ref, remote_sha, args.remote, 149 …if not ask_confirm('Are you sure you want to delete "%s" on remote "%s"?' % (remote_ref, args.url)… 155 …rm('Are you sure you want to push a new branch/tag "%s" on remote "%s"?' % (remote_ref, args.url)): 172 print('Pushing to "%s" on remote "%s"' % (remote_ref, args.url)) 220 local_ref, local_sha, remote_ref, remote_sha = line.split() variable 221 handle_push(args, local_ref, local_sha, remote_ref, remote_sha)
|