diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-05-21 01:17:41 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-05-27 00:48:26 +0200 |
commit | d9fef9d90d27b6794350ec3bc622042b79397088 (patch) | |
tree | 9543ec7910dadddc189e91ef723c49c44590e901 /pack-objects.c | |
parent | pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles' (diff) | |
download | git-d9fef9d90d27b6794350ec3bc622042b79397088.tar.xz git-d9fef9d90d27b6794350ec3bc622042b79397088.zip |
chunk-format.h: extract oid_version()
There are three definitions of an identical function which converts
`the_hash_algo` into either 1 (for SHA-1) or 2 (for SHA-256). There is a
copy of this function for writing both the commit-graph and
multi-pack-index file, and another inline definition used to write the
.rev header.
Consolidate these into a single definition in chunk-format.h. It's not
clear that this is the best header to define this function in, but it
should do for now.
(Worth noting, the .rev caller expects a 4-byte unsigned, but the other
two callers work with a single unsigned byte. The consolidated version
uses the latter type, and lets the compiler widen it when required).
Another caller will be added in a subsequent patch.
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-objects.c')
0 files changed, 0 insertions, 0 deletions