commit | 29ab27f4b505dd6a56ded42ab2797c3e56f810b2 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Dec 14 12:00:42 2007 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Dec 14 12:00:42 2007 -0800 |
tree | b5ce37f70c80408234fd3abac4ab11ae4d3ec02d | |
parent | 913b45f51b151d8e29f86df67d3e10853d831470 [diff] |
xdiff tail trimming: use correct type. Inside xdiff library, the number of context lines is represented in long, not int. Noticed by Peter Baumann. Signed-off-by: Junio C Hamano <gitster@pobox.com>