|
|
@@ -37,7 +37,7 @@ func TimeingCountData() { |
|
|
|
} else { |
|
|
|
for logEntry := list.Front(); logEntry != nil; logEntry = logEntry.Next() { |
|
|
|
commit := logEntry.Value.(*git.Commit) |
|
|
|
log.Info("commit msg=" + commit.CommitMessage + " time=" + commit.Committer.When.Format("2006-01-02 15:04:05")) |
|
|
|
log.Info("commit msg=" + commit.CommitMessage + " time=" + commit.Committer.When.Format("2006-01-02 15:04:05") + " user=" + commit.Committer.Name) |
|
|
|
if _, ok := wikiMap[commit.Committer.Name]; !ok { |
|
|
|
wikiMap[commit.Committer.Name] = 0 |
|
|
|
} else { |
|
|
|