gitweb: Use @diff_opts while using format-patch
commit04794fdc2701f15d79d92805cfe94c9e754e2e05
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Mon, 10 May 2010 16:41:35 +0000 (10 18:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 May 2010 04:45:04 +0000 (18 21:45 -0700)
tree9222ae48f93e341c5427c9f89da54b5019d20837
parent0e4607c09d72ada4942ea49298dba83ec4145892
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 <pavan.sss1991@gmail.com>
Acked-by: Jakub Narebski <jnareb@gmail.com>
Acked-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl