Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue describes a problem where bulk commits made over a long date range do not appear on the contribution graph. The root cause is identified as identical commit content leading to duplicate Git tree SHAs, which GitHub silently deduplicates. The proposed fix involves adding a unique field to the commit data and including a timezone offset in the date format to ensure unique tree SHAs.
Complexity:
2/5
bug good first issue