Add --follow to git_file_commit_history.

This commit is contained in:
Ethan Dalool 2020-08-19 10:25:11 -07:00
parent 6928d655d3
commit fb96553173

View file

@ -98,6 +98,7 @@ def git_file_commit_history(path):
GIT,
'-C', repo.absolute_path,
'log',
'--follow',
'--pretty=format:%H %ad %s',
'--date=short',
'--',