dtzar / vsts-gitmerge

A Visual Studio Team Services task which tests to see if git merges succeeed/fail and also allows the merge of specific commits to branches
https://marketplace.visualstudio.com/items?itemName=dtzar.git-merge
MIT License
5 stars 6 forks source link

Request: Add “Allow Fast-Forward merge only” option #12

Open rcjcooke opened 6 years ago

rcjcooke commented 6 years ago

We’ve been using this task for a while on our pipeline in VSTS now and it’s been great, thanks. We’ve recently realised we have a process issue caused by an architectural problem. A solution to our problem would be to only allow merges from our story branches down to Master if they can be done with a Fast-Forward merge. It would be great if you could expose that option as a checkbox on this VSTS Task.

Thanks.