commit | 2f992cba3238ff9a849c02fbf9a423e234deab16 | [log] [tgz] |
---|---|---|
author | Jimmie Wester <jimmie.wester@stericsson.com> | Fri Dec 07 12:49:51 2012 +0100 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed May 08 06:54:10 2013 +0100 |
tree | 57abf164400926fc4410058366db0fb7a97d88c4 | |
parent | 45401230cf2b071562617da02ab751468e9aaf8d [diff] |
Repo should not fetch tags for shallow projects Fetching all tags for a shallow git results in an inconstent git and forces git to fetch more than the depth specified. This change teaches repo not to fetch any tags in a repository initialised with the depth option. Change-Id: I557ead9f88fa0d6a19b1cb55b23bba1100fcb8f2 Signed-off-by: Patrik Ryd <patrik.ryd@stericsson.com>