Re: Managing multiple branches in git

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Managing multiple branches in git
Дата
Msg-id alpine.GSO.2.01.0906190312340.17418@westnet.com
обсуждение исходный текст
Ответ на Re: Managing multiple branches in git  (Peter Eisentraut <peter_e@gmx.net>)
Список 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@gregsmith.com http://www.gregsmith.com Baltimore, MD


В списке pgsql-hackers по дате отправления:

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: security checks for largeobjects?
Следующее
От: Alan Li
Дата:
Сообщение: Re: 8.4 open item: copy performance regression?