]> Dogcows Code - chaz/tar/commit
tar: tar -x without --incremental no longer sets atime again
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Sep 2010 18:02:08 +0000 (11:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Sep 2010 18:02:26 +0000 (11:02 -0700)
commite3fdb78d4bf8e7b08587804a34a4e476f67d78b8
treea8757192905267390b3ff43ae4991d7e3c6b91be
parentd9458886432a92230e432e8e8492703c7afb8272
tar: tar -x without --incremental no longer sets atime again

* src/extract.c (set_stat): Use UTIME_OMIT rather than UTIME_NOW.
The UTIME_NOW was there only to emulate the previous behavior of
using the current time, and the previous behavior was there only
because before we started assuming POSIX.1-2008 there was no
portable way to get the effect of UTIME_NOW.
src/extract.c
This page took 0.01806 seconds and 4 git commands to generate.