summaryrefslogtreecommitdiff
path: root/builtin/commit-tree.c
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2023-02-05 11:36:28 +0100
committerJunio C Hamano <gitster@pobox.com>2023-02-06 14:31:03 -0800
commit1b4a38d741a4f256c76ae5bffd3c8a52e05927b2 (patch)
tree5032502ec5289006308d576d618a71e80d317b3e /builtin/commit-tree.c
parent844ede312b4e988881b6e27e352f469d8ab80b2a (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 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions