CVS update by michaels packages/xemacs-packages/igrep ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Tue Aug 21 11:14:06 EDT 2007


  User: michaels
  Date: 07/08/21 17:14:06

  Modified:    packages/xemacs-packages/igrep ChangeLog igrep.el
Log:
Also add .git to list of ignored directories.

Revision  Changes    Path
1.23      +2 -2      XEmacs/packages/xemacs-packages/igrep/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/igrep/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- ChangeLog	2007/08/21 12:45:54	1.22
+++ ChangeLog	2007/08/21 15:14:04	1.23
@@ -1,7 +1,7 @@
 2007-08-21  Mike Sperber  <mike at xemacs.org>
 
-	* igrep.el (igrep-find-prune-clause): Add .hg to the list of
-	ignored directories.
+	* igrep.el (igrep-find-prune-clause): Add .hg and .git to the list
+	of ignored directories.
 
 2007-08-21  Mike Sperber  <mike at xemacs.org>
 



1.13      +1 -1      XEmacs/packages/xemacs-packages/igrep/igrep.el

Index: igrep.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/igrep/igrep.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- igrep.el	2007/08/21 14:54:16	1.12
+++ igrep.el	2007/08/21 15:14:04	1.13
@@ -427,7 +427,7 @@ See `igrep-find'.")
   (if (equal (call-process igrep-find-program nil nil nil
 			   igrep-null-device "-prune")
 	     0)
-      (format "-type d %s -name RCS -o -name CVS -o -name SCCS -o -name .svn -o -name .hg %s"
+      (format "-type d %s -name RCS -o -name CVS -o -name SCCS -o -name .svn -o -name .hg -o -name .git %s"
 	      (shell-quote-argument "(")
 	      (shell-quote-argument ")")))
   "The `find` clause used to prune directories, or nil;





More information about the XEmacs-CVS mailing list