You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use IntelliJ to generate the h5ai-nginx, but it seems it can reorder previously applied changes when introducing a small change. #100 (comment)
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.
The text was updated successfully, but these errors were encountered:
We currently use IntelliJ to generate the
h5ai-nginx
, but it seems it can reorder previously applied changes when introducing a small change. #100 (comment)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.The text was updated successfully, but these errors were encountered: