Searched refs:get_remote_head (Results 1 – 3 of 3) sorted by relevance
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/source_control/ |
H A D | git.py | 558 def get_remote_head(git_path, module, dest, version, remote, bare): function 1167 remote_head = get_remote_head(git_path, module, dest, version, repo, bare) 1214 remote_head = get_remote_head(git_path, module, dest, version, remote, bare)
|
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/ |
H A D | git.py | 559 def get_remote_head(git_path, module, dest, version, remote, bare): 1179 remote_head = get_remote_head(git_path, module, dest, version, repo, bare) 1226 remote_head = get_remote_head(git_path, module, dest, version, remote, bare)
|
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/ |
H A D | git.py | 608 def get_remote_head(git_path, module, dest, version, remote, bare): function 1230 remote_head = get_remote_head(git_path, module, dest, version, repo, bare) 1278 remote_head = get_remote_head(git_path, module, dest, version, remote, bare)
|