diff options
author | René Scharfe <l.s.r@web.de> | 2023-02-05 11:36:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-02-06 14:31:03 -0800 |
commit | 1b4a38d741a4f256c76ae5bffd3c8a52e05927b2 (patch) | |
tree | 5032502ec5289006308d576d618a71e80d317b3e /commit.c | |
parent | 844ede312b4e988881b6e27e352f469d8ab80b2a (diff) |
read-cache: use size_t for {base,df}_name_compare()
Support names of any length in base_name_compare() and df_name_compare()
by using size_t for their length parameters. They pass the length on to
memcmp(3), which also takes it as a size_t.
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions