Remove the short hash from the commit chain <li>s. No one cares.

Not even me!
This commit is contained in:
Ethan Dalool 2020-03-25 14:38:08 -07:00
parent b29d61f7e8
commit 629b64a0f0

View file

@ -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,