diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2018-10-15 00:02:02 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-15 12:53:16 +0900 |
commit | 0d7c419a94b7524ac854d5a6002b7541abab4f12 (patch) | |
tree | ac2365fed27cede9eea0c4dbccf9fb99f25727f1 /refs/packed-backend.c | |
parent | submodule: make zero-oid comparison hash function agnostic (diff) | |
download | tgif-0d7c419a94b7524ac854d5a6002b7541abab4f12.tar.xz |
rerere: convert to use the_hash_algo
Since this data is stored in the .git directory, it makes sense for us
to use the same hash algorithm for it as for everything else. Convert
the remaining uses of SHA-1 to use the_hash_algo. Use GIT_MAX_RAWSZ for
allocations. Rename various struct members, local variables, and a
function to be named "hash" instead of "sha1".
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs/packed-backend.c')
0 files changed, 0 insertions, 0 deletions