gitweb: change call pattern for git_commitdiff
commit2020985464ba0135f717cd14309ac63a8dfda341
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 18 Dec 2008 07:13:17 +0000 (18 08:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 21 Dec 2008 09:11:28 +0000 (21 01:11 -0800)
treeedeed61e171fd38346f338261b770710552a7e92
parent9872cd6f6c40803db9e784b6287db72e0cb6b5c3
gitweb: change call pattern for git_commitdiff

Since we are going to introduce an additional parameter for
git_commitdiff to tune patch view, we switch to named/hash-based
parameter passing for clarity and robustness.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl