| От | Andrew Dunstan |
|---|---|
| Тема | Re: documentation for committing with git |
| Дата | |
| Msg-id | 4C597038.1050107@dunslane.net обсуждение исходный текст |
| Ответ на | Re: documentation for committing with git (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>) |
| Ответы |
Re: documentation for committing with git
|
| Список | pgsql-hackers |
On 08/04/2010 09:29 AM, Heikki Linnakangas wrote:
>
> All those issues can be avoided if you only run "git gc" when all the
> working directories are in a clean state, with no staged but
> uncommitted changes or other funny things. I can live with that gun
> tied to my ankle ;-).
But to make sure of that I think you need to prevent git commands from
running gc automatically:
git config gc.auto 0
or possibly
git config --global gc.auto 0
And you'll need to make sure you run gc yourself from time to time.
cheers
andrew
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера