sha1_file: rename git_open_noatime() to git_open()
commita5436b57941d99302a4cf68373da6288c11f0340
authorLars Schneider <larsxschneider@gmail.com>
Mon, 24 Oct 2016 18:02:59 +0000 (24 20:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Oct 2016 17:59:13 +0000 (25 10:59 -0700)
tree403364824786f8b322af37251027474b52eaa773
parentdec040192fde87fb3249a3d53f802decd84fa7b7
sha1_file: rename git_open_noatime() to git_open()

This function is meant to be used when reading from files in the
object store, and the original objective was to avoid smudging atime
of loose object files too often, hence its name.  Because we'll be
extending its role in the next commit to also arrange the file
descriptors they return auto-closed in the child processes, rename
it to lose "noatime" part that is too specific.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
cache.h
pack-bitmap.c
sha1_file.c