> we could also just do a system("file $_"); or whatever to work out what kind > of file we're adding... and if it's a binary type file, then just don't > diff.
Images and compressed files are not diffed. So if I update Mirrors-htdig.tgz then nobody can see what I have changed in the instructions inside ;) Well, it is a problem for this case, this is why I would like to move the instructions to mirroring-htdig.php and mirroring-stats.php respectiely for the two services. But thats another question :) So cvswrappers defines what files are binary files (not to be diffed). I have added *.bz2, *.zip and *.tar now, so it probably won't be a problem to remove the lines from "commitinfo" and mail distributions commits again. | # The next two lines prevent massive cvs commit messages from being | # mailed out. It would be nice if we could instead just send the | # commit log for these ones. | .*distributions.* /bin/true Though I am not sure what effects will this have, so I don't do that :) But I would like to see commit messages for distributions on php-mirrors (without diffs ;). > for large diffs, like date changes or doc changes, then publishing the > diffs at a site like cvs.php.net/diffs/ or similar would also be trivial, i > think. Maybe... This is offtrack now... Goba -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php