]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
diff: drop options parameter from diffcore_fix_diff_index()
authorJeff King <peff@peff.net>
Thu, 14 Feb 2019 05:48:03 +0000 (00:48 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Feb 2019 23:26:14 +0000 (15:26 -0800)
commit784c0daed5435a7ea0630e64e424837e49e30148
treee0b2a4a28f4a8873c2b48cc644228eaf615e8aaa
parent2d08f3deb9feb73dc8d21d75bfd367839fc1322c
diff: drop options parameter from diffcore_fix_diff_index()

The sole purpose of this function is to fix the sorting order of the
queued diff entries. It doesn't need to know about any diff options, so
we can drop the unused parameter.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff-lib.c
diff.c
diff.h