"Nikita V. Youshchenko" <yoush@xxxxxxxxxx> writes: > 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). You can also try "git archive --remote=<repo>" if it is enabled, or if project has gitweb, then use 'snapshot' feature (if enabled). -- Jakub Narebski Poland ShadeHawk on #git - 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