On Sun, Jan 01, 2012 at 07:41:46PM -0500, Tom Lane wrote: > Bruce Momjian <[email protected]> writes: > > On Sun, Jan 01, 2012 at 07:05:24PM -0500, Andrew Dunstan wrote: > >> I'd use: > >> if ($_ eq '.git') > > > The question was whether we wanted to skip non-top-of-tree .git > > directories. I wasn't sure we wanted to do that. Do we? > > I'd think it'd be reasonable to do so. It's not likely that this > script would be run from a point higher than the git root, but if > it were, you'd still need to skip the git index.
Thanks, done. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
