I have a brand new, large file in my repository. I know that its object file is:
.git/objects/87266d373359958e4fa9b51808ae076db9303923
I would like to determine the path name it has (and in which commit). I would also like to be able to extract its file contents (somewhat like "git show" would do if I knew its path name).
I'm sure that there are Git commands to do both of these, but with Git manual pages, there's no way to find the command unless I already know its name.