gitweb cleanup: Move @diff_opts declaration earlier
authorJakub Narebski <jnareb@gmail.com>
Fri, 20 Jul 2007 00:15:09 +0000 (02:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jul 2007 08:21:06 +0000 (01:21 -0700)
Move @diff_opts declaration earlier, so that all gitweb options are
together (and not separated by %feature hash and some subroutines),
with the exception of $GITWEB_CONFIG which must be after all option
variables including %feature hash.

While at it, in the moved comment, note that diff option '-C' implies
'-M', instead of suggesting that '-M', '-C' is required.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found