lwm2m_senml_cbor_regenerate.sh: Use git am instead of git apply
Since it's better at resolving conflicts. Commit regenerated files before applying patch. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
parent
c97c49f2d7
commit
f8d0c8a43f
1 changed files with 4 additions and 1 deletions
|
@ -10,4 +10,7 @@ clang-format -i \
|
||||||
lwm2m_senml_cbor_encode.c lwm2m_senml_cbor_encode.h \
|
lwm2m_senml_cbor_encode.c lwm2m_senml_cbor_encode.h \
|
||||||
lwm2m_senml_cbor_types.h
|
lwm2m_senml_cbor_types.h
|
||||||
|
|
||||||
git apply lwm2m_senml_cbor.patch
|
git add -A
|
||||||
|
git commit -s -m"pre-patch"
|
||||||
|
|
||||||
|
git am -3 lwm2m_senml_cbor.patch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue