I have file path and blob name of a file that is not in working tree. How can I find in which commits this file present?
EDIT:
I can cat file with git cat-file -p <blob> but nor log -S, nor log <path> nor bisect give me any results.
It may happen that this file in different branch or even in some fetched but not checked out branch