aboutsummaryrefslogtreecommitdiffstats
path: root/diff.c
diff options
context:
space:
mode:
authorDavid Aguilar <davvid@gmail.com>2025-02-11 22:04:15 -0800
committerJunio C Hamano <gitster@pobox.com>2025-02-12 09:41:16 -0800
commit46fb0843536f2e9281c45042b024098a38236b17 (patch)
tree3b487f5660ae3f47048c79ded97d3aa41c082355 /diff.c
parentxdiff: avoid signed vs. unsigned comparisons in xdiffi.c (diff)
downloadgit-46fb0843536f2e9281c45042b024098a38236b17.tar.gz
git-46fb0843536f2e9281c45042b024098a38236b17.zip
xdiff: avoid signed vs. unsigned comparisons in xemit.c
The unsigned `ignored` variable causes expressions to promote to unsigned. Use a signed value to make comparisons use the same types. Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions