Hi, On Fri, Nov 28, 2008 at 7:54 AM, <jidanni@xxxxxxxxxxx> wrote: > Gentlemen, it's my first git-clone, > $ git-clone git://git.debian.org/git/pkg-fso/files.git > and I'm disappointed to find the timestamps of the files created are > all now and not the date of last edit. At least mention something > about this on the git-clone man page. I do not think there is an VCS that records timestamps. Only file contents are tracked. Also, if you clone from systems across time zones, what time do you expect to set on the files. IMO, it is not practical to track timestamps. Are you concerned of 'make' doing a complete build when you switch branches? I guess it makes sense only in that scenario. I wish 'make' had some feature to track changes instead of timestamps alone... -dhruva -- Contents reflect my personal views only! -- 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