mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
* make git updates respect depth until now `fetch` gets all tags and heads at full depth, this change * uses `depth` argument for `fetch` * only get the specified `version` in `fetch` * fixes #14954 * treat combination of refspec and depth correctly * be more conservative for non-depth fetch