bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: GNU utils: [diff] wishlist / add option --exlude-path=PATTERN


From: Andreas Schwab
Subject: Re: GNU utils: [diff] wishlist / add option --exlude-path=PATTERN
Date: Sat, 24 Oct 2009 14:50:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Jari Aalto <address@hidden> writes:

> When doing a recursive diffing, there is a need for one option more:
>
>     --exlude-path=PATTERN
>
> This would make it possible to match path name to exclude version
> control related subdirectories from the diff. Those like
>
>     *.bzr*
>     *.git*
>     *.hg*
>     *CVS*
>     *.svn*
>     *.darcs*
>     *.mtn*

You can do that already with -x.bzr, etc.  GNU diff will not descent
directories that match the exclude patterns.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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