TIL: git history of a single line: git log -L<linenum>,+1:<path>
f.ex. to see version changes of a package in line 40 of a pipenv config, git log -L40,+1:Pipfile
TIL: git history of a single line: git log -L<linenum>,+1:<path>
f.ex. to see version changes of a package in line 40 of a pipenv config, git log -L40,+1:Pipfile