<div dir="ltr">I have my own SoftHSMv2 fork now but I am unable to replicate the problem (git 1.8), --ff-only works and it's there to prevent merge commits. I don't know why your git did not merge with --ff-only but then merged with ff.<br>
<div><div class="gmail_extra"><br>$ git fetch upstream<br>remote: Counting objects: 16, done.<br>remote: Compressing objects: 100% (8/8), done.<br>remote: Total 11 (delta 8), reused 6 (delta 3)<br>Unpacking objects: 100% (11/11), done.<br>
>From <a href="https://github.com/opendnssec/SoftHSMv2">https://github.com/opendnssec/SoftHSMv2</a><br>   d18258d..ba823f4  master     -> upstream/master<br>$ git merge --ff-only upstream/master master <br>Updating d18258d..ba823f4<br>
Fast-forward<br> README.md                |  4 ++--<br> m4/acx_crypto_backend.m4 | 16 ++++------------<br> 2 files changed, 6 insertions(+), 14 deletions(-)<br><br>-- <br>Jerry Lundström - OpenDNSSEC Developer<br><a href="http://www.opendnssec.org/" target="_blank">http://www.opendnssec.org/</a><br>

</div></div></div>