On Wed, 27 Sep 2006, Matthew L Foster wrote:
Ok, the word "history" in the context of git primarily means the order of changes not the when?
Would it be a conceptual or technical issue for git to directly track the local time of
merges/changesets?
True merges _get_ tracked - they are commits too (they just have multiple
parents).
But it's only the time the merge was done that gets tracked, not the time
the merge was then pushed out to somebody else.
Linus