--- Linus Torvalds <torvalds@xxxxxxxx> wrote: > - it means that the -same- exact project, when looked at frm two > different sites that mirror it, have totally different times. In other > words, the times have become pointless for something like gitweb. Mirrored git repos probably should use the same timestamp, e.g. the "master" or "private" git server's local time. Replicated repos have a delay compared to when you made changes in your private repo, that is ok, replication is not what makes commit order inconsistent with time, it's the act of pulling/merging from a server with misconfigured time and gitweb.cgi trusting "creation time", right? Or is replication the same thing as merging/pulling? -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