hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Generate `h5ai-nginx` patch consistently #101

Closed acuarica closed 1 month ago

acuarica commented 6 months ago

We currently use IntelliJ to generate the h5ai-nginx, but it seems it can reorder previously applied changes when introducing a small change. https://github.com/hashgraph/hedera-sourcify/pull/100#issuecomment-1852540353

We should generate the patch in a way that does not reorder changes. We may use git add . && git diff --staged to generate the patch. Moreover, this way it is reproducible and we can automate it if needed.