Hi, After cleaning my mailbox recently, I've noticed that guix-commits was very heavy on disk usage, with translation commits weighing upward of 10 MiB often, and with large topic branch rebases being notified as well, for the complete series of rebased commits.
The signal to noise ratio appears very low, and the burden of archiving all this perpetually high for the GNU infrastructure. I'd like to suggest we sunset its operation. We can get a better and more focused history by using 'git log', e.g. 'git fetch && git log FETCH_HEAD' to learn what was freshly committed that we haven't pulled yet. What do you think? -- Thanks, Maxim