Ignore [minor] commits when tracking edit date for index page.
This commit is contained in:
parent
770cad146b
commit
d4ed8c76b1
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ def git_file_edited_date(path):
|
|||
'-1',
|
||||
'--pretty=format:%ad',
|
||||
'--date=short',
|
||||
r'--grep=\[minor\]',
|
||||
'--invert-grep',
|
||||
'--',
|
||||
path,
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue