core: use env variable instead of config var to turn on logging pack access
commitb12ca9631f86adc35b0c03fb5b792cd82c288288
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 9 Jun 2013 05:22:48 +0000 (9 12:22 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Jun 2013 23:07:50 +0000 (9 16:07 -0700)
treef41c4bec41a87c346eeb47962b6957b6fcfb11eb
parentedca4152560522a431a51fc0a06147fc680b5b18
core: use env variable instead of config var to turn on logging pack access

5f44324 (core: log offset pack data accesses happened - 2011-07-06)
provides a way to observe pack access patterns via a config
switch. Setting an environment variable looks more obvious than a
config var, especially when you just need to _observe_, and more
inline with other tracing knobs we have.

Document it as it may be useful for remote troubleshooting.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt
cache.h
config.c
environment.c
sha1_file.c