--- Theodore Tso <tytso@xxxxxxx> wrote: > Git mirroring takes place using the same pushing and pulling that are > used with multiple repositories. That's why if Linus does a huge > amount of work over the period of a day or two in his private > repository, and then publishes it master.kernel.org, the "local" time > on master.kernel.org will be the time when they are pushed to > master.kernel.org, because it's done via the same operation as any > other repository push or pull. > > That's what everyone has been trying to tell you for this entire > thread.... Ok, I was wondering about that. In your example above the internally unnecessary timestamp will be from Linus' private repo, not master.kernel.org's? Even now knowing replication = merge/push/pull I still think it worthwile for local commit time to be effiently tracked locally and/or if already available in the local ref-log used by things like gitweb.cgi if feasible but I might be the only one that cares this much about time. Gitweb.cgi currently relies at least display/visually on those internally unnecessary and potentially misleading timestamps... -Matt __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html