mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
* Fix UnboundLocalError remote_head in git Fixes #5505 The use of remote_head was a leftover of #4562. remote_head is not necessary, since the repo is unchanged anyway and after is set correctly. Further changes: * Set changed=True and msg once local_mods are detected and reset. * Remove need_fetch that is always True (due to previous if) to improve clarity * Don't exit early for local_mods but run submodules update and switch_version * Add test for git with local modifications |
||
---|---|---|
.. | ||
__init__.py | ||
bzr.py | ||
git.py | ||
git_config.py | ||
github_hooks.py | ||
github_key.py | ||
github_release.py | ||
gitlab_group.py | ||
gitlab_project.py | ||
gitlab_user.py | ||
hg.py | ||
subversion.py |