Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-16 | gitweb: Make the `blame' interface in gitweb optional. | Florian Forster | 1 | -2/+25 | |
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 | gitweb: Adding a `blame' interface. | Florian Forster | 1 | -1/+107 | |
This patch adds an interface for `git-blame' to `gitweb.cgi'. Links to it are placed in `git_blob'. Internally the code uses `git-annotate' because `git-blame's output differs for files that have been renamed in the past. However, I like the term `blame' better. [jc: blame can be told to produce the compatible format btw...] Signed-off-by: Florian Forster <octo@verplant.org> Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-06-10 | Merge git://git.kernel.org/pub/scm/git/gitweb | Junio C Hamano | 1 | -0/+2407 | |