I have an org file where I ended up git committing on every save. This has resulted in a very large .git directory which is understandable, but it is not the right granularity for my purposes.
$ git count-objects -vH
..
count: 27393
size: 51.66 GiB
Is it possible to go back through my commits and automatically coalesce commits made on the same day, week or something similar so that I can look see when changes happen without wasting space on multiple commits a day?