WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
4596
cvs-create-patch --include-unknowns should ignore hidden files
https://bugs.webkit.org/show_bug.cgi?id=4596
Summary
cvs-create-patch --include-unknowns should ignore hidden files
Anders Carlsson
Reported
2005-08-23 00:21:06 PDT
In my tree, I get a lot of .gdb_history files which cvs-create-patch --include-unknowns picks up. Since we don't have any hidden files in our tree and since it's unlikely that we'll ever have, --include-unknowns should simply ignore dotfiles.
Attachments
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2005-08-23 09:48:24 PDT
It's challenging to ignore hidden files without using the special perl module that knows how to do it, which is not installed by default. I don't know if we're going to be able to do this in a complete way. But we might be able to do something good enough to handle .gdbhistory.
Darin Adler
Comment 2
2005-08-23 09:48:51 PDT
Oh, duh -- "just ignore dotfiles". Easy to do, and good suggestion. Sorry, I misread this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug