On Mon, Aug 15, 2011 at 6:58 AM, Shawn Pearce <spearce@xxxxxxxxxxx> wrote: > Uhm. That is not a very shallow clone. The clone copied 20234 objects > at 9.15 MiB... so its ~20 MiB lighter than a full clone. But nearly > all of the tags exist, because the clone client is declaring want > lines for them, making the server generate up to 1 commit back from > the wanted tag. I know shallow support is the feature nobody wants to > think about, but this just seems broken to me. Clients performing a > shallow clone shouldn't be asking for tags... but they should be using > the include-tag protocol option so that if they do happen to receive a > tagged commit, the tag object will also be sent. The same would apply if the repo in question has many branches. Should we fetch only master (or a user-specified set of refs) in shallow clone? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html