From: Junio C Hamano Date: Sat, 10 Feb 2007 02:51:40 +0000 (-0800) Subject: run_diff_{files,index}(): update calling convention. X-Git-Tag: v1.5.1-rc1~121^2~3^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b4e1e4a787d3771f617182b3344dcdd9224bd0cb?hp=b4e1e4a787d3771f617182b3344dcdd9224bd0cb 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 ---