git diff commit_id1:file_name  commit_id2:file_name
或者
git diff commit_id1 commit_id2 -- file_name

commit_id也可用HEAD代替

相关文章: