Meet Soni [off-list ref] writes:
quoted
So:
- `query_refspecs()` would be renamed to `refspec_find_match()`.
- `query_refspecs_multiple()` would be renamed to
`refspec_find_all_matches()`.
- `find_negative_refspec_match()` would be renamed to
`refspec_find_negative_match()`.
Patrick
Thanks for the review.
Meet
Yup, using predictable names that follow patterns based on
easy-to-follow rules is a very useful tool to help developers.
Thanks, both.