* Fabrizio Pollastri <f.pollastri@inrim.it> [2007-11-16 10:33:45 +0100]:You may find the script "git-set-file-times" in the GitWiki useful: ExampleScripts - GitWiki Setting the timestamps of the files to the commit timestamp of the commit which last touched them <http://git.or.cz/gitwiki/ExampleScripts#head-a57deb2b4ab1e2de80ab5fd3c681a6055a9d3247> You should of course pay attention to advice about (and against) doing stuff like this, both in the description of that script and in other postings on this list. But as you are using Git to manage web files and you (probably) don't care about build systems such as "make", you should be pretty safe. About the script: I think it originally was made by Eric Wong (= normalperson) who is also on this list. I have just made a tiny, tiny modification to it (adding " or s/\0$//" to the elsif test). I've also thought about adding a --prefix option to the script. This would enable it to be used together with git-archive, leaving the working directory alone and affecting the files in the directory where the archive is extracted instead. In this way, you would distinguish between your working directory and your "live" directory, and the command sequence git archive --prefix=foo/ HEAD | (cd /var/www/ && tar xf -) git-set-file-times --prefix=/var/www/foo/ would be part of the build system, publishing your working directory to your "live" directory (in this case /var/www/foo/). -- Erik Warendorph <erik@warendorph.org> - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Heiko Carstens | Re: -mm merge plans for 2.6.23 -- sys_fallocate |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | Re: [GIT]: Networking |
| Jarek Poplawski | [PATCH iproute2] Re: HTB accuracy for high speed |
