From: Shawn O. Pearce Date: Mon, 1 Nov 2010 22:54:20 +0000 (-0700) Subject: Use git_open_noatime when accessing pack data X-Git-Tag: v1.7.4-rc0~92^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4865d2b6622bd95fc07fea06916eeddf3e13e29b?ds=inline;hp=4865d2b6622bd95fc07fea06916eeddf3e13e29b Use git_open_noatime when accessing pack data This utility function avoids an unnecessary update of the access time for a loose object file. Just as the atime isn't useful on a loose object, its not useful on the pack or the corresonding idx file. Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---