diff --git a/changes.py b/changes.py index 4e6bac7..cf8951e 100644 --- a/changes.py +++ b/changes.py @@ -85,7 +85,7 @@ class AuthorInfo: class Changes: def __init__(self, hard): self.commits = [] - git_log_r = os.popen("git log --pretty='%ad|%t|%aN|%s' --stat=100000 --no-merges -w " + + git_log_r = os.popen("git log --pretty='%ad|%t|%aN|%s' --stat=100000,8192 --no-merges -w " + "{0} --date=short".format("-C -C -M" if hard else "")) commit = None found_valid_extension = False