Eric Wong <e@xxxxxxxxx> writes: > v3 changes: > - use __typeof__ to avoid invalid clang warning on uninitialized var > - formatting fixes recommended by Stolee > - add Reviewed-by for Stolee > - add patch 20 to update docs to drop first member requirement I just did git checkout ew/hashmap git checkout master... git am -s <mbox-with-these-patches git diff @{-1} and all the differences between them I agree with (and needless to say, I looked at all the changes in the previous round). Looks much nicer. Thanks.