]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
checkdiff: pass diff_options to the callback
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Jun 2008 22:36:34 +0000 (15:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jun 2008 05:06:09 +0000 (22:06 -0700)
commit1ba111d1d6bd90b2c120ceb05418e01ee304cc46
treeb0ba0e91bb55581cd5366ee6050b7045925e8cac
parent8f8841e9c8e6a26153b0cf9417c7540cf65ef09f
checkdiff: pass diff_options to the callback

This way, we could later use more information from the diff_options.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c