bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42501: feature request: exclude-vcs option


From: Steve Ward
Subject: bug#42501: feature request: exclude-vcs option
Date: Thu, 23 Jul 2020 21:31:42 -0400

It would be nice to have an option to exclude version control system (VCS)
directories in a recursive grep.

This can be done effectively with these options
    --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git
--exclude-dir=.hg --exclude-dir=.svn

But having a single, simple option would be preferred.

tar already has this
    --exclude-vcs
        Exclude version control system directories.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]