diff options
author | Matheus Tavares <matheus.bernardino@usp.br> | 2020-01-30 21:32:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-31 19:45:39 +0100 |
commit | a6519467304dacb356da8a6c471d735ee6e846a4 (patch) | |
tree | 75ca7eaa7100ef9b68ee6ee1578bee0c647dd2a5 /pack-check.c | |
parent | diff: make diff_populate_filespec() honor its repo argument (diff) | |
download | git-a6519467304dacb356da8a6c471d735ee6e846a4.tar.xz git-a6519467304dacb356da8a6c471d735ee6e846a4.zip |
cache-tree: use given repo's hash_algo at verify_one()
verify_one() takes a struct repository argument but uses the_hash_algo
internally. Replace it with the provided repo's git_hash_algo, for
consistency. For now, this is mainly a cosmetic change, as all callers
of this function currently only pass the_repository to it.
Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-check.c')
0 files changed, 0 insertions, 0 deletions