Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] [platform-releng-dev] eclipse.platform.ui Git repository is operational again...

On Tue, Oct 25, 2011 at 3:54 PM, BJ Hargrave <hargrave@xxxxxxxxxx> wrote:
receive.denyNonFastForwards=true is a good idea.

However receive.denyDeletes=true is not. It prevents people from sharing "feature" branches in the repo and then deleting them when they are done.

If gerrit is used, your feature branches are shared via gerrit before being merged in. I prefer not to clutter the canonical repository with feature branches, they should live in gerrit imho and evolve there until ready to merge in the proper area. In the end, git gives you some flexibility with how you want to handle your workflow :)

--
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 512 961 6719

Back to the top