Re: Managing multiple branches in git

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>, Mark Mielke <mark(at)mark(dot)mielke(dot)cc>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "David E(dot) Wheeler" <david(at)kineticode(dot)com>
Subject: Re: Managing multiple branches in git
Date: 2009-06-19 07:17:33
Message-ID: alpine.GSO.2.01.0906190312340.17418@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 7 Jun 2009, Peter Eisentraut wrote:

> On Wednesday 03 June 2009 01:55:48 Andrew Dunstan wrote:
>> Running recursive grep on a subversion working copy is quite nasty.
>
> I suggest
> export GREP_OPTIONS='-d skip -I --exclude=*.svn-base --exclude=tags
> --exclude=*~ --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.svn
> --exclude=TAGS'

The other alternative is to use ack: http://betterthangrep.com/ and have
some better defaults.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alan Li 2009-06-19 09:10:16 Re: 8.4 open item: copy performance regression?
Previous Message KaiGai Kohei 2009-06-19 04:03:42 security checks for largeobjects?