Adding patches
- Create a temporary git branch
git checkout -b new-patch
- Add changes to
tarantool-sys
code and commit them with appropriate messages - Run format-patch specifying the commit from which the changes branched off
(currently it's
01023dbc2
)
git format-patch <hash>
- Reset git branch back to where it started
git checkout -
- Move the generated
NNNN-<msg>.patch
files intotarantool-patches
directory