diff options
| author | Taylor Blau <me@ttaylorr.com> | 2025-01-23 12:34:42 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-23 10:28:17 -0800 |
| commit | 04292c3796bb92664f6111326215d9c060ef71c8 (patch) | |
| tree | 96add9d736af4dddb02e60afd23e209e98a85813 /git.c | |
| parent | csum-file: introduce hashfile_checkpoint_init() (diff) | |
| download | git-04292c3796bb92664f6111326215d9c060ef71c8.tar.gz git-04292c3796bb92664f6111326215d9c060ef71c8.zip | |
hash.h: drop unsafe_ function variants
Now that all callers have been converted from:
the_hash_algo->unsafe_init_fn();
to
unsafe_hash_algo(the_hash_algo)->init_fn();
and similar, we can remove the scaffolding for the unsafe_ function
variants and force callers to use the new unsafe_hash_algo() mechanic
instead.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
0 files changed, 0 insertions, 0 deletions
