From: Florian Forster Date: Mon, 12 Jun 2006 08:31:57 +0000 (+0200) Subject: gitweb: Make the `blame' interface in gitweb optional. X-Git-Tag: v1.4.1-rc1~26^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5996ca0836e21ab4e6be0a16a615eff965f18b8b?ds=inline;hp=5996ca0836e21ab4e6be0a16a615eff965f18b8b 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 Signed-off-by: Junio C Hamano ---