git-commit-vandalism/gitweb
Florian Forster 5996ca0836 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>
2006-06-16 22:45:12 -07:00
..
test Merge git://git.kernel.org/pub/scm/git/gitweb 2006-06-10 11:20:59 -07:00
gitweb.cgi gitweb: Make the `blame' interface in gitweb optional. 2006-06-16 22:45:12 -07:00
README Merge git://git.kernel.org/pub/scm/git/gitweb 2006-06-10 11:20:59 -07:00

GIT web Interface

The one working on:
  http://www.kernel.org/git/

Get the gitweb.cgi by ftp:
  ftp://ftp.kernel.org/pub/software/scm/gitweb/

It reqires the git-core binaries installed on the system:
  http://www.kernel.org/git/?p=git/git.git;a=summary

The gitweb repository is here:
  http://www.kernel.org/git/?p=git/gitweb.git;a=summary

Any comment/question/concern to:
  Kay Sievers <kay.sievers@vrfy.org>