diff options
| author | brian m. carlson <sandals@crustytoothpaste.net> | 2026-02-07 20:04:38 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-07 17:41:02 -0800 |
| commit | 0a0f6b97e9bd41c1ed6b386b99a52e62ea72e4a6 (patch) | |
| tree | afc1d1e7b6eb3ee4dd8f205dfb809b0e2cd9956f /contrib/persistent-https | |
| parent | 86215ab0cc632026a95aa955ebe94c8f33ff2be6 (diff) | |
| download | git-0a0f6b97e9bd41c1ed6b386b99a52e62ea72e4a6.tar.gz git-0a0f6b97e9bd41c1ed6b386b99a52e62ea72e4a6.zip | |
csum-file: define hashwrite's count as a uint32_t
We want to call this code from Rust and ensure that the types are the
same for compatibility, which is easiest to do if the type is a fixed
size. Since unsigned int is 32 bits on all the platforms we care about,
define it as a uint32_t instead.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions
