eProsima / foonathan_memory_vendor

foonathan/memory vendor package for Fast DDS. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
23 stars 47 forks source link

Use git apply instead of cherry-pick #42

Closed MiguelCompany closed 3 years ago

MiguelCompany commented 3 years ago

Follow-up of #41

As git cherry-pick creates a commit, it requires git user configuration to be set.

This PR changes this for getting the diff of the commit with curl and using git apply with the downloaded diff.

Signed-off-by: Miguel Company MiguelCompany@eprosima.com