From 4c13ef24bb3d8440f329feb1f733440aa1c0f46a Mon Sep 17 00:00:00 2001 From: Veiko Aasa Date: Mon, 21 Oct 2019 13:08:23 +0000 Subject: [PATCH] gitweb: enable rename detection Closes #1666 Signed-off-by: Veiko Aasa --- plinth/modules/gitweb/data/etc/gitweb-freedombox.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/modules/gitweb/data/etc/gitweb-freedombox.conf b/plinth/modules/gitweb/data/etc/gitweb-freedombox.conf index 108de9159..32c6b48d0 100644 --- a/plinth/modules/gitweb/data/etc/gitweb-freedombox.conf +++ b/plinth/modules/gitweb/data/etc/gitweb-freedombox.conf @@ -27,7 +27,6 @@ $favicon = "/gitweb/static/git-favicon.png"; # git-diff-tree(1) options to use for generated patches #@diff_opts = ("-M"); -@diff_opts = (); # enable short urls $feature{'pathinfo'}{'default'} = [1];