Hi, On Sun, 30 Dec 2007, Ping Yin wrote: > Given a blob sha1, is there a simple way to find which file it > corresponds to and which commit it is contained? Yes. "git log --raw --abbrev=40 --all" and then search for the blob name (SHA-1). Hth, Dscho - 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