diff options
| author | brian m. carlson <sandals@crustytoothpaste.net> | 2025-10-27 00:43:57 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-29 07:35:00 -0700 |
| commit | 10bacc685b76a9def165af0fdc98c6f235596604 (patch) | |
| tree | c0ecdcf19dd4ebb94e12daf5b2c04d0fb16d9fa7 /git-gui/lib/commit.tcl | |
| parent | hash: add a function to look up hash algo structs (diff) | |
| download | git-10bacc685b76a9def165af0fdc98c6f235596604.tar.gz git-10bacc685b76a9def165af0fdc98c6f235596604.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 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions
