mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-30 19:39:03 +00:00
Added python script to parse changelog
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user