{% extends "base.html" %} {% block content %}
Author | Commits | Merge commits | + lines | - lines | First commit | Latest commit | Contributed (days) | Actively contributed (days) |
---|---|---|---|---|---|---|---|---|
{{ row['author_name'] }} | {{ row['commits_count'] }} ({{'%0.2f'| format(row['commits_count']|to_percentage(project.total_commits_count))}}%) | {{ row['merge_commits_count'] }} ({{'%0.2f'| format(row['merge_commits_count']|to_percentage(project.total_commits_count))}}%) | {{ row['insertions'] }} | {{ row['deletions'] }} | {{ row['first_commit_date'].strftime('%Y-%m-%d') }} | {{ row['latest_commit_date'].strftime('%Y-%m-%d') }} | {{ row['contributed_days_count'] }} | {{ row['active_days_count'] }} |
* Lines from an author left in the HEAD commit
{% endif %}Month | Author | Commits count | Next top {{project.authors_top}} | Total authors count |
---|---|---|---|---|
{{month.date}} | {{month.top_author.name}} | {{month.top_author.commits_count}} (of {{month.all_commits_count}}) | {{month.next_top_authors}} | {{month.total_authors_count}} |
Year | Author | Commits count | Next top {{project.authors_top}} | Total authors count |
---|---|---|---|---|
{{year.date}} | {{year.top_author.name}} | {{year.top_author.commits_count}} (of {{year.all_commits_count}}) | {{year.next_top_authors}} | {{year.total_authors_count}} |
Author | Lines count |
---|---|
{{row["committer_name"]}} | {{row["lines_count"]}} |