On Fri, Dec 03, 2010 at 12:41:52PM -0500, Eugene Sajine wrote: > > yes. I do see it with your command. > > > > git ls-tree -r HEAD | grep <resulting SHA1 from git hash-object> > > > > Thanks, > > Eugene > > > > While I'm able to see that object using the command Junio has provided > the question remains the same: > How could the file get into the state where its hash (git has-object > file-name) cannot be found in any commit (git log --raw --no-abbrev | > grep SHA1), if there was no local changes made to the file??? If the blob was created as the resolution of a merge conflict, I don't think that will appear in the output of "git log --raw". -Peff -- 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