Remove the short hash from the commit chain <li>s. No one cares.
Not even me!
This commit is contained in:
parent
b29d61f7e8
commit
629b64a0f0
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def git_file_commit_history(path):
|
|||
GIT,
|
||||
'-C', repo.absolute_path,
|
||||
'log',
|
||||
'--pretty=format:%H %h %ad %s',
|
||||
'--pretty=format:%H %ad %s',
|
||||
'--date=short',
|
||||
'--',
|
||||
path,
|
||||
|
|
Loading…
Reference in a new issue