Hi, I'm wondering if there is a way to get some repo information if the only thing i know is SHA-1 (no full path to the file) The current way seems to be a bit cumbersome git log --no-abbrev --raw --all | grep SHA-1 parse for path(s) and then git log -- path... I would want something like git log -- SHA-1 Any ideas? Thanks, Eugene -- 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