diff options
author | René Scharfe <l.s.r@web.de> | 2023-12-12 18:04:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-12-12 15:41:15 -0800 |
commit | fbc6526ea651565889e437ce7b12c762ef858813 (patch) | |
tree | 595d516cb07c86cfe4c56804fae5ad14f4326086 /builtin/commit.c | |
parent | 564d0252ca632e0264ed670534a51d18a689ef5d (diff) |
t6300: avoid hard-coding object sizes
f4ee22b526 (ref-filter: add tests for objectsize:disk, 2018-12-24)
hard-coded the expected object sizes. Coincidentally the size of commit
and tag is the same with zlib at the default compression level.
1f5f8f3e85 (t6300: abstract away SHA-1-specific constants, 2020-02-22)
encoded the sizes as a single value, which coincidentally also works
with sha256.
Different compression libraries like zlib-ng may arrive at different
values. Get them from the file system instead of hard-coding them to
make switching the compression library (or changing the compression
level) easier.
Reported-by: Ondrej Pohorelsky <opohorel@redhat.com>
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions