You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/source_control
Marius Gedminas 0cd9497748 git: fix change testing when version is HEAD (#3025)
When `version` is not specified, it defaults to "HEAD".  "HEAD" is not a
remote tag, and it's not listed in the output of get_branches(), so we'd
keep repo_updated at the default value (None) and then return early with
changed=True in --check mode, even when before == after.

Fixes #3024.
10 years ago
..
__init__.py package files 11 years ago
git.py git: fix change testing when version is HEAD (#3025) 10 years ago
hg.py Use the proper type for 'dest' argument 10 years ago
subversion.py Missing documentation fix (#2516) 10 years ago