There is a log/
dir in git repo, and under it resides a file called history.txt
.
I want to know when the keyword linux programming
first occur in history.txt
or log/
, means find the date of the first commit contain the keyword.
Is that possible?