How can I tell what version was present in a git repository at a given time?
Say I have a shared repository into which several users can push changes, and I want to freeze a snapshot at 12:00 on a given day in the past.
If someone makes a local commit at 11:30, but only pushes it to the central repos at 12:30, can I detect that later on?
Can I detect if someone acting after 12:00 has doctored a local commit to have a recorded commit date of 11:30, and then pushed that upstream?