]> git.ipfire.org Git - thirdparty/git.git/commit
diff_flush_name(): take struct diff_options parameter.
authorJunio C Hamano <junkio@cox.net>
Sat, 10 Feb 2007 06:18:19 +0000 (22:18 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 10 Feb 2007 06:43:02 +0000 (22:43 -0800)
commit471efb09aaa266e75e499829fc31a59337ef4a96
tree9aea285da42bb0c4fb8ae56e5492acfc65ef25f1
parentcc46a74398e6a542d61d8fa0b197b7dedcd7f301
diff_flush_name(): take struct diff_options parameter.

Among the low-level output functions called from flush_one_pair(),
this was the only function that did not take (filepair, options)
as arguments.

Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c