Cleanups, remove unused variable.
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
@ -50,7 +50,6 @@ revision = ""
|
|||||||
users = {}
|
users = {}
|
||||||
initialParent = ""
|
initialParent = ""
|
||||||
lastChange = ""
|
lastChange = ""
|
||||||
lastCommitter = ""
|
|
||||||
initialTag = ""
|
initialTag = ""
|
||||||
|
|
||||||
if prefix.find("@") != -1:
|
if prefix.find("@") != -1:
|
||||||
@ -98,7 +97,6 @@ def commit(details):
|
|||||||
global initialParent
|
global initialParent
|
||||||
global users
|
global users
|
||||||
global lastChange
|
global lastChange
|
||||||
global lastCommitter
|
|
||||||
|
|
||||||
epoch = details["time"]
|
epoch = details["time"]
|
||||||
author = details["user"]
|
author = details["user"]
|
||||||
@ -153,7 +151,6 @@ def commit(details):
|
|||||||
gitStream.write("\n")
|
gitStream.write("\n")
|
||||||
|
|
||||||
lastChange = details["change"]
|
lastChange = details["change"]
|
||||||
lastCommitter = committer
|
|
||||||
|
|
||||||
def getUserMap():
|
def getUserMap():
|
||||||
users = {}
|
users = {}
|
||||||
|
Reference in New Issue
Block a user