Added python script to parse changelog

This commit is contained in:
jLynx 2022-04-04 09:00:41 +12:00
parent 1e413d034f
commit 29d3a0f1dd
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@ import os
import re
import sys
raw_git = os.popen('git log next --since="5 days" --pretty=format:"- %h - {USERNAME}*+%al-%an*: %s"').read()
raw_git = os.popen('git log next --since="24 hours" --pretty=format:"- %h - {USERNAME}*+%al-%an*: %s"').read()
def compute_username(line):