run_diff_{files,index}(): update calling convention.
commitb4e1e4a787d3771f617182b3344dcdd9224bd0cb
authorJunio C Hamano <junkio@cox.net>
Sat, 10 Feb 2007 02:51:40 +0000 (9 18:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Feb 2007 10:02:15 +0000 (22 02:02 -0800)
treedc41f0b5f98d8028440e83857a04d8f233faf617
parent7b802b86a6734a47c964d84922af2a016d836882
run_diff_{files,index}(): update calling convention.

They used to open and read index themselves, but they now expect
their callers to do so.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-diff-files.c
builtin-diff-index.c
builtin-diff.c
diff-lib.c
wt-status.c