Page MenuHomePhabricator

Do not squash commits on arc land
Closed, ResolvedPublic

Event Timeline

kislinsk triaged this task as Wishlist priority.Jul 4 2019, 9:08 AM
kislinsk created this task.

merge --no-ff is now the default of arc land. It's equal to using arc land --merge.

If we think about establishing a new Git Workflow, we might rethink this. It might be useful to have some mainline that only consists of squashed commits so each feature is represented by a single entry. However, the current scenario does neither force one or the other way to do it so we have both merge- and squash commits which makes it a bit arbitrary, in my opinion.