From ca68bc6136b66550f7c11c44188e9e7b2e6b8b2e Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Sun, 22 Jun 2008 13:15:27 -0400 Subject: [PATCH] config: Use -B in diff options. --- gitweb.conf | 3 +++ 1 file changed, 3 insertions(+) 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'); -- 2.20.1