config: Use -B in diff options. master
authormwolson_admin <mwolson_admin@deleuze.hcoop.net>
Sun, 22 Jun 2008 17:15:27 +0000 (13:15 -0400)
committermwolson_admin <mwolson_admin@deleuze.hcoop.net>
Sun, 22 Jun 2008 17:15:27 +0000 (13:15 -0400)
gitweb.conf

index 8399b8e..216dca2 100644 (file)
@@ -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');