From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:42
Hi,
On Tue, 26 Sep 2006, Matthew L Foster wrote:
After seeing how git currently accepts a remote repository's timestamp
it occurred to me that git should probably instead prefer the time a
particular changeset was committed to _this_ repository.
Git accepts it, but does not rely on it. Instead, it relies on
parent-child relations.
Hth,
Dscho