@@ -70,14 +70,14 @@ project's version. Not Yet Implemented means it does not exist yet:
70
70
| ** New Contributors (Sorted by Email)** | Completed ✔️ | Lists new contributors sorted by their email addresses. |
71
71
| ** Git Commits per Author** | Completed ✔️ | Counts commits made by each author. |
72
72
| ** Git Commits per Date** | Completed ✔️ | Counts commits based on the date. |
73
- | ** Git Commits per Month** | Stubbed 🛠️ | Counts commits based on the monthly. |
74
- | ** Git Commits per Year** | Stubbed 🛠️ | Counts commits based on the year. |
75
- | ** Git Commits per Weekday** | Stubbed 🛠️ | Counts commits based on the weekday. |
76
- | ** Git Commits per Weekday by Author** | Stubbed 🛠️ | Shows weekday commit counts by given author. |
77
- | ** Git Commits per Hour** | Stubbed 🛠️ | Counts commits based on the hour. |
78
- | ** Git Commits per Hour by Author** | Stubbed 🛠️ | Shows hourly commit count hour by given author. |
79
- | ** Git Commits per Timezone** | Stubbed 🛠️ | Counts commits based on timezones. |
80
- | ** Git Commits per Timezone by Author** | Stubbed 🛠️ | Shows timezone-based commit counts by given author. |
73
+ | ** Git Commits per Month** | Completed ✔️ | Counts commits based on the monthly. |
74
+ | ** Git Commits per Year** | Completed ✔️ | Counts commits based on the year. |
75
+ | ** Git Commits per Weekday** | Completed ✔️ | Counts commits based on the weekday. |
76
+ | ** Git Commits per Weekday by Author** | Completed ✔️ | Shows weekday commit counts by given author. |
77
+ | ** Git Commits per Hour** | Completed ✔️ | Counts commits based on the hour. |
78
+ | ** Git Commits per Hour by Author** | Completed ✔️ | Shows hourly commit count hour by given author. |
79
+ | ** Git Commits per Timezone** | Completed ✔️ | Counts commits based on timezones. |
80
+ | ** Git Commits per Timezone by Author** | Completed ✔️ | Shows timezone-based commit counts by given author. |
81
81
| ** Since Variable Adjustable by User** | Not Yet Implemented ❌ | Allows users to set the starting point for commit logs. |
82
82
| ** Until Variable Adjustable by User** | Not Yet Implemented ❌ | Enables users to define the end point for commit logs. |
83
83
| ** Pathspec Variable Adjustable by User** | Not Yet Implemented ❌ | Filters commits based on specified path patterns. |
0 commit comments