Git 2.2.0 and 2.2.1 seem to modify the timestamps of old .git/objects/pack/pack-*.pack
files occasionally, for no good reason.
It just changes the timestamp; the contents are identical.
Debugging this is difficult as it seems to make changes only fairly rarely.
I have never seen anything like this in any Git version before 2.2.0. What is happening, and can I fix it somehow? Because of the useless timestamp updates I am getting suddenly large amounts of changes for incremental backups.