On Sun, Mar 23, 2008 at 9:17 AM, Alexander Gladysh <agladysh@xxxxxxxxx> wrote: > To help testing little Git-related tool I'm writing, I need a lot of > pregenerated SHA1 hashes. Git repo seems to be a perfect source of > such. Is there an easy way to extract a list of all (well, most of) > SHA1 hashes in the repo? After a "git gc" to roll everything into a single pack, you could do a "git verify-pack -v" to list all the SHA1s in the pack. Peter Harris -- 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