• Show log

    Commit

  • Hash : f0f1cd1d
    Author : Patrick Steinhardt
    Date : 2020-02-07T10:51:17

    sha1_lookup: inline its only function into "pack.c"
    
    The file "sha1_lookup.c" contains a single function `sha1_position`
    only which is used only in the packfile implementation. As the function
    is comparatively small, to enable the compiler to optimize better and to
    remove symbol visibility, move it into "pack.c".