On Wed, May 11, 2016 at 8:26 PM, Andy Bradford <[email protected]>
wrote:

>
> What happens when you merge a private branch into trunk?


You get a single commit that represents all the changes from the branch.

This is unlike "git merge --fast-forward".

(I don't know what just "git merge" would do. I only know about
fast-forward because I specifically googled it to find out how it works.)
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to