]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: exclude VCS subdirectories from diff'ing
authorOleg Broytman <phd@phdru.name>
Mon, 14 Sep 2015 14:47:20 +0000 (17:47 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 14 Sep 2015 14:47:20 +0000 (17:47 +0300)
.mc/menu

index c74be81868c288ca85cced1d2b5db1fdbd944f56..835d116082ec56dc2437fa5e9848e3298b990e9a 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -456,11 +456,13 @@ V  vimdiff these files
 
 + t d & ! f ^\.\.$
 d  Diff the directory
-   exec diff -ru --speed-large-files -x '*.py[co]' %D/%f %f
+   exec diff -ru --speed-large-files \
+      -x CVS -x .git -x .hg -x .svn -x '*.py[co]' %D/%f %f
 
 + t d & T d & ! F ^\.\.$
 D  Diff these directories
-   exec diff -ru --speed-large-files -x '*.py[co]' %D/%F %f
+   exec diff -ru --speed-large-files \
+      -x CVS -x .git -x .hg -x .svn -x '*.py[co]' %D/%F %f
 
 += f \.(asc|sig(n)?)$ & t r
 v  Verify signature