if commit["author"]["name"] in authors.keys():
        authors[commit["author"]["name"]] += 1
    else:
        authors[commit["author"]["name"]] = 1