gitweb: Change parse_commits signature to allow for multiple options
commit311e552e7674be620bd930ddada307c15140c6ac
authorJakub Narebski <jnareb@gmail.com>
Tue, 26 Feb 2008 12:22:06 +0000 (26 13:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 21:21:32 +0000 (27 13:21 -0800)
treecec288e9b79d04d723268cd8ddf17bb0ae93a8c8
parentdc1c0fffd3723ceebff51053938db5baf26a47f5
gitweb: Change parse_commits signature to allow for multiple options

Change order of parameters in parse_commits() to have $filename
before @args (extra options), to allow for multiple extra options,
for example both '--grep=<pattern>' and '--fixed-strings'.

Change all callers to follow new calling convention.

Originally by Petr Baudis, in http://repo.or.cz/git/gitweb.git:

    b98f0a7c gitweb: Clearly distinguish regexp / exact match searches

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl