pack.c
32.5 KB
-
sha1_lookup: inline its only function into "pack.c" · f0f1cd1d
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".
Patrick Steinhardt committed