mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
Cleanups, remove unused variable.
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
parent
fc21f8a1da
commit
12d04ca7da
1 changed files with 0 additions and 3 deletions
|
@ -50,7 +50,6 @@
|
|||
users = {}
|
||||
initialParent = ""
|
||||
lastChange = ""
|
||||
lastCommitter = ""
|
||||
initialTag = ""
|
||||
|
||||
if prefix.find("@") != -1:
|
||||
|
@ -98,7 +97,6 @@ def commit(details):
|
|||
global initialParent
|
||||
global users
|
||||
global lastChange
|
||||
global lastCommitter
|
||||
|
||||
epoch = details["time"]
|
||||
author = details["user"]
|
||||
|
@ -153,7 +151,6 @@ def commit(details):
|
|||
gitStream.write("\n")
|
||||
|
||||
lastChange = details["change"]
|
||||
lastCommitter = committer
|
||||
|
||||
def getUserMap():
|
||||
users = {}
|
||||
|
|
Loading…
Reference in a new issue