On Tue, Oct 20, 2009 at 20:16, Alex Riesen <raa.lkml@xxxxxxxxx> wrote: > On Tue, Oct 20, 2009 at 19:24, Eugene Sajine <euguess@xxxxxxxxx> wrote: >> I was able to get the $Id$ keyword to show the SHA-1 hash of the file >> content, which is done using ident in gitattributes. Now I’m trying to >> find a way to get more info about the file using only this hash. >> >> Could you , please, advise if there is a way to get file name and path >> inside the repo by having only this Blob hash? > > It is not possible. > Well, not exactly impossible, but you can end up with multiple paths, some of which may not have anything to do the original path. Just run git log --no-abbrev --raw --all and grep for the SHA-1 -- 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