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,
|
GIT,
|
||||||
'-C', repo.absolute_path,
|
'-C', repo.absolute_path,
|
||||||
'log',
|
'log',
|
||||||
|
'--follow',
|
||||||
'--pretty=format:%H %ad %s',
|
'--pretty=format:%H %ad %s',
|
||||||
'--date=short',
|
'--date=short',
|
||||||
'--',
|
'--',
|
||||||
|
|
Loading…
Reference in a new issue