From: Pavan Kumar Sunkara Date: Mon, 10 May 2010 16:41:35 +0000 (+0200) Subject: gitweb: Use @diff_opts while using format-patch X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/c84a940733d70d21cd9f534afd5db397ec9782e47119f91b15288e423ceca9b9?hp=c84a940733d70d21cd9f534afd5db397ec9782e47119f91b15288e423ceca9b9 gitweb: Use @diff_opts while using format-patch Make git-format-patch (used by 'patch' and 'patches' views) use the same rename detection options that git-diff and git-diff-tree (used by 'commitdiff', 'blobdiff', etc.) use. Signed-off-by: Pavan Kumar Sunkara Acked-by: Jakub Narebski Acked-by: Giuseppe Bilotta Signed-off-by: Junio C Hamano ---