From: mwolson_admin Date: Sun, 22 Jun 2008 17:15:27 +0000 (-0400) Subject: config: Use -B in diff options. X-Git-Url: https://git.hcoop.net/hcoop/zz_old/gitweb.git/commitdiff_plain/refs/heads/master config: Use -B in diff options. --- diff --git a/gitweb.conf b/gitweb.conf index 8399b8e..216dca2 100644 --- a/gitweb.conf +++ b/gitweb.conf @@ -42,3 +42,6 @@ $favicon = "/git-favicon.png"; # features $feature{'snapshot'}{'default'} = ['tgz','zip']; + +# rename detection options for git-diff and git-diff-tree +@diff_opts = ('-B', '-M');