On Fri, 2019-10-11 at 17:10 -0400, Randy Barlow wrote:
> On Sat, 2019-10-05 at 02:38 +0200, Kevin Kofler wrote:
> > No. Resolving conflicts implies that you need to do an actual merge,
> > NOT a 
> > fast forward. Fast-forwarding means that I am shipping the SAME
> > commit on 
> > all branches, so the changelog must be identical (unless I play games
> > with 
> > %if in the changelog, which is not going to happen).
> 
> The same commit is in all branches, there's just also a merge commit.
> Subsequent commits that don't conflict do fast-forward.
> 
> > In addition, resolving conflicts is extra work compared to a
> > conflict-free 
> > merge or ideally a fast-forward.
> 
> It's less work than the mental overhead of working in a spec file with
> %if statements.

That seems like a personal call, really. I very much like being able to
keep branches in sync without merge commits as it means I can do stuff
like:

for i in el6 epel7 f29 f30 f31 master; do fedpkg switch-branch $i; git
pull; git merge master; fedpkg push; fedpkg build --nowait; done

and I don't find it particularly onerous to deal with sensible
conditionals. It all depends a lot on what you prefer as an individual
and exactly how much difference there needs to be between branches.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to