Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shallow clones: fetch tags shallowly too
It turns out that git fetch origin tag will clone the full repository unless it is also given --depth=1 as an argument. This commit amends this oversight, ensuring source-repository-package stanzas with any tag don't have to fall back to fetch unnecessary information (which is coincidentally much faster)
- Loading branch information