From 89c230cb4eac7490c91b4de6e6ec8cb60697e85f Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 7 Jul 2012 22:26:12 +0200 Subject: [PATCH] reconfigure gitweb to show the whole content of the commit and not only the changed filed Change-Id: Ie9940a0b8afc0fa85f89395c4fa8bdc84f9be6ff --- modules/gerrit/templates/gerrit.config.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gerrit/templates/gerrit.config.erb b/modules/gerrit/templates/gerrit.config.erb index 11cef545ea..84d6a90412 100644 --- a/modules/gerrit/templates/gerrit.config.erb +++ b/modules/gerrit/templates/gerrit.config.erb @@ -78,3 +78,5 @@ [melody] monitoring = <%= enable_melody %> session = <%= melody_session %> +[gitweb] + revision = "?p=${project}.git;a=commitdiff;h=${commit}"