rossabaker / abolish-ice-graphiti

Script to make your GitHub contribution graph read "abolish ice"
Creative Commons Zero v1.0 Universal
16 stars 6 forks source link

Abuse empty commits to save on IO #6

Closed BenBE closed 4 years ago

BenBE commented 4 years ago

Git allows for empty commits using git commit --allow-empty which makes all those extra directories unnecessary as you can just create a long series of (empty) commits with just your message as the commit content. Safes on both I/O when creating all those commits and also when pushing things (one object per commit instead of up to 5) …

rossabaker commented 4 years ago

Thanks. I just generated the initial script from the linked tool, but these were all good ideas.