Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
If you know the contents of the line, this is an ideal use case for: git log -S <search_string> -- path/to/file which shows you commits which introduce or remove an instance of that string.