I have found commit theoretically containing sought string:
git log -S "example_string"
This gives me commit hash, I check it out, get message about “detached head”, but example_string
is NOT present in any of the files.
What’s going on?
I have found commit theoretically containing sought string:
git log -S "example_string"
This gives me commit hash, I check it out, get message about “detached head”, but example_string
is NOT present in any of the files.
What’s going on?