Github user alopresto commented on the issue:
https://github.com/apache/nifi-registry/pull/51
I am reviewing this. As for squashing/merging, I too prefer the historical
advantage of not squashing, but Apache NiFi policy is to perform the squash. I
recommend creating a branch on your local fork which maintains this history in
case it is needed, while the `master` branch will be more compact for community
readability & maintenance (example --
[NIFI-3024-rebased-squashed](https://github.com/alopresto/nifi/tree/NIFI-3024-rebased-squashed)
vs. [NIFI-3024](https://github.com/alopresto/nifi/tree/NIFI-3024)).
---