Re: Managing multiple branches in git

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Managing multiple branches in git
Дата
Msg-id 20910.1243983974@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Managing multiple branches in git  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> On Jun 2, 2009, at 3:55 PM, Andrew Dunstan wrote:
>> Running recursive grep on a  
>> subversion working copy is quite nasty.

> `git grep` to avoid this issue with Git.

One thing that git does do right is that the .git subdirectory exists
only at the top level of your working directory tree, so it's not too
hard to avoid it in recursive searches.  Still, this is one of the
reasons why a separate repository tree would be preferable.
        regards, tom lane


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Managing multiple branches in git
Следующее
От: Joe Conway
Дата:
Сообщение: Re: dblink patches for comment