Add --follow to git_file_commit_history.
This commit is contained in:
parent
6928d655d3
commit
fb96553173
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ def git_file_commit_history(path):
|
|||
GIT,
|
||||
'-C', repo.absolute_path,
|
||||
'log',
|
||||
'--follow',
|
||||
'--pretty=format:%H %ad %s',
|
||||
'--date=short',
|
||||
'--',
|
||||
|
|
Loading…
Reference in a new issue