Open Issues Need Help
View All on GitHub Bulk commits not appearing on GitHub contribution graph due to duplicate tree SHA about 2 months ago
AI Summary: Commits made in bulk over extended periods are not appearing on the GitHub contribution graph. This is because identical commit data results in duplicate tree SHAs, which GitHub deduplicates. The proposed solution involves adding a unique field and timezone offset to the commit data to ensure distinct tree SHAs.
Complexity:
2/5
bug good first issue