Re: Git branching structure: ff or no-ff

Поиск
Список
Период
Сортировка
От Sehrope Sarkuni
Тема Re: Git branching structure: ff or no-ff
Дата
Msg-id CAH7T-ar1_ZKco7q32japt8+8HnHudKurAVHsaLS+OZ4qG5EuQQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Git branching structure: ff or no-ff  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
+1 to squashing commits for PRs prior to merging them. The "fix blah" commits make it difficult to figure the full contents of the PR and arguably nobody cares about the sausage factory aspect of it. If there's an actual fix to something broken in a PR then it's a separate PR anyway.

I'm neutral on the no-ff merge commit for PRs. It's really convenient to click to merge from the GitHub web UI and it gives decent place to put the PR reference # (which I think GitHub autopopulates for you). Otherwise the original PR author has to create the PR, then update it again to add the "PR # blah" line in their own commit. Not a ton of work but anything circular like that is annoying.

Regards,
-- Sehrope Sarkuni
Founder & CEO | JackDB, Inc. | https://www.jackdb.com/

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Git branching structure: ff or no-ff
Следующее
От: Glenn Holmer
Дата:
Сообщение: documentation download