gitweb: enable rename detection

Closes #1666

Signed-off-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Veiko Aasa 2019-10-21 13:08:23 +00:00 committed by Sunil Mohan Adapa
parent 98051751ff
commit 4c13ef24bb
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -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];