Show More
@@ -131,7 +131,7 b' def catcommit(repo, n, prefix, changes=N' | |||
|
131 | 131 | date_ar = changes[2] |
|
132 | 132 | date = int(float(date_ar[0])) |
|
133 | 133 | lines = changes[4].splitlines() |
|
134 | if lines[-1].startswith('committer:'): | |
|
134 | if lines and lines[-1].startswith('committer:'): | |
|
135 | 135 | committer = lines[-1].split(': ')[1].rstrip() |
|
136 | 136 | else: |
|
137 | 137 | committer = changes[1] |
General Comments 0
You need to be logged in to leave comments.
Login now