I found a big object file from .git/objects/ , I am wondering that what the file is(when added, from which file in working directory).
I tried cat-file
but it shows only contents, not file names.
Is there a git command find file name(path) from object hash, It is like:
% git find-path? <object-hash>
-> List of filename(path) of this object