docker_manager/lib
David Taylor 8e3f37c5ec FIX: Add --tags to git fetch in updater
Overwrites local tags with those from github (useful if they've been changed on github)

From https://git-scm.com/docs/git-fetch#git-fetch---tags

--tags
    Fetch all tags from the remote (i.e., fetch remote tags refs/tags/* into local tags with the same name), in addition to whatever else would otherwise be fetched.

See https://meta.discourse.org/t/latest-version-bug/58165
2017-03-07 18:20:29 +00:00
..
docker_manager FIX: Add --tags to git fetch in updater 2017-03-07 18:20:29 +00:00