Hello. I'm looking for a way to fetch a single snapshot, without history, from remote git repository. I've found how to do it with a head (clone --depth 1, or fetch --depth 1). Is it possible to do the same with non-head and non-tagged commit, if only sha1 name of the commit is known? Looks like fetch and fetch-pack only take ref names :( - 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