Hi, On Mon, Jul 25, 2016, Christopher Collins wrote: > On Mon, Jul 25, 2016 at 10:34:45AM +0300, Johan Hedberg wrote: >> The following patch failed to update the call to os_mbuf_free_chain() >> after updating the signature of ble_hs_rx_data: > > Thanks Johan. I must have made a git error when I was pushing the > original changes. Anyway, I have applied the patch.
Thanks Chris. However, you seem to have lost both the commit message and author information when applying. git provides the perfect tools for sending (git send-email) and applying (git am) patches via email which retain all the essential meta-data. The same thing happened the last time someone sent a patch to this list: http://mail-archives.apache.org/mod_mbox/incubator-mynewt-dev/201605.mbox/%3ccaexxlla_m-9gyqu_pkzdywhrg9r7r1ooqz-grhf+d3vwc5n...@mail.gmail.com%3E If the project will continue accepting patches via email it'd be good if all maintainers know how to correctly use git for this process. Requiring contributors to stick to github is also fine, but then it needs to be stated somewhere. Johan
