From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Alex Hunsaker <badalex(at)gmail(dot)com>, Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Add .gitignore files to CVS? |
Date: | 2010-01-08 15:04:35 |
Message-ID: | 20100108150435.GB3635@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Magnus Hagander escribió:
> On Fri, Jan 8, 2010 at 00:44, Alex Hunsaker <badalex(at)gmail(dot)com> wrote:
> > On Thu, Jan 7, 2010 at 15:16, Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com> wrote:
> >> Is there any reason not to add .gitignore files into the repository?
> >> They'll make no difference to those who don't use git, but be very
> >> helpful to, and maintained by, those who do.
> >
> > Since it seems we don't want them in CVS, maybe just add it to the git
> > mirror? I don't know that we want the git mirror to have
> > commits/files that CVS does not. *shrug* Thoughts people?
>
> Definite -1. We want the git repository to be (as much as possible)
> identical to the CVS one.
>
> You can always create your own branch with just the .gitignore files
> and merge that into whatever you're working on :)
Do .gitignore files have the same format as .cvsignore? If that's the
case then it's simply a matter of a "find /source -name .cvsignore -exec
cp {} .gitignore \;" or similar, isn't it? Doesn't sound like something
anybody should sweat over.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2010-01-08 15:10:53 | Re: Serializable Isolation without blocking |
Previous Message | Tim Bunce | 2010-01-08 15:01:07 | Feature patch 1 for plperl [PATCH] |