On 5/15/11 12:39 PM, Dan Stillman wrote: > On 5/15/11 12:26 PM, Bruce D'Arcus wrote: >> For whatever reason, they're not (necessarily) the same thing. >> >> $ ls -l apa.csl >> -rw-r--r-- 1 bdarcus bdarcus 10186 2011-05-15 09:27 apa.csl >> >> $ git log --date=iso --pretty=format:"%ad" -1 apa.csl >> 2011-05-04 15:49:04 -0400 > The first is just the checkout time, which git doesn't set specially. > > The latter is the commit time. > > We don't use either.
(But if the script was run from a post-commit hook then our timestamp would be basically the same as the commit time.) ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ xbiblio-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbiblio-devel
