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)
commit5996ca0836e21ab4e6be0a16a615eff965f18b8b
tree7b741ac6e738a8cf75626703525eae6d3cfef108
parente34ef621482a14143187bb99a8e341fad885c5d5
gitweb: Make the `blame' interface in gitweb optional.

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>
gitweb/gitweb.cgi