diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2019-08-18 20:04:26 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-08-19 15:04:59 -0700 |
commit | be8e172e9f4f62c9e4cdbecb5cd667775f38d4f1 (patch) | |
tree | 411fac23344cd619dd87b8dbdfa9c8a832f28fc6 /cache.h | |
parent | rerere: replace sha1_to_hex (diff) | |
download | tgif-be8e172e9f4f62c9e4cdbecb5cd667775f38d4f1.tar.xz |
builtin/show-index: replace sha1_to_hex
In this code path, we use sha1_to_hex to display the contents of a v1
pack index. While we plan to switch to v3 indices for SHA-256, the v1
pack indices still function, so to support both algorithms, switch
sha1_to_hex to hash_to_hex.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
0 files changed, 0 insertions, 0 deletions