gitweb: Make the `blame' interface in gitweb optional.
authorFlorian Forster <octo@verplant.org>
Mon, 12 Jun 2006 08:31:57 +0000 (10:31 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 17 Jun 2006 05:45:12 +0000 (22:45 -0700)
Since `git-annotate' is an expensive operation to run it may be
desirable to deactivate this functionality. This patch introduces
the `gitweb.blame' option to git-repo-config and disables the blame
support by default.

Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found