We have a repository with about 7000 commits over the years. We would like to use the git repository as a piece of evidence for anteriority in court.
Is there a way to show that older git commits did not change (at least that the author date and commit date) and are somehow what they looks like to be?
It is possible in Git to change an old commit date, but it does invalidate all future hash, so it should reflect in the repo. But once it is done, is it possible to find out that some old commit changed ? And so, if such an evidence is not found, is it possible to prove that there haven't been any massive rewrite of the git history ?