commit | 5996ca0836e21ab4e6be0a16a615eff965f18b8b | [log] [tgz] |
---|---|---|
author | Florian Forster <octo@verplant.org> | Mon Jun 12 10:31:57 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Fri Jun 16 22:45:12 2006 -0700 |
tree | 7b741ac6e738a8cf75626703525eae6d3cfef108 | |
parent | e34ef621482a14143187bb99a8e341fad885c5d5 [diff] |
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>