• J
    core: log offset pack data accesses happened · 5f44324d
    Junio C Hamano 提交于
    In a workload other than "git log" (without pathspec nor any option that
    causes us to inspect trees and blobs), the recency pack order is said to
    cause the access jump around quite a bit. Add a hook to allow us observe
    how bad it is.
    
    "git config core.logpackaccess /var/tmp/pal.txt" will give you the log
    in the specified file.
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    5f44324d
config.c 34.1 KB