-
New Feature
-
Resolution: Fixed
-
Major
-
None
Please allow an option to disable "fast forward" so a new merge commit will be created. (--no-ff git option)
Please allow an option to disable "fast forward" so a new merge commit will be created. (--no-ff git option)
This would be very helpful. We use a hook to prevent modifications to our master branch unless the HEAD commit is by Jenkins. So long as there is one commit on master which is not on "next", that commit is automatically generated. If users accidentally merge master back into next, the lack of "--no-ff" means that there will be no easy way to tell if a modification of "master" is from Jenkins.