-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Unified revparse #1459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unified revparse #1459
Conversation
I'm wary that the internal I realize there has probably been quite a bit of discussion that I missed while I was on vacation, but is there a strong reason to remove existing the |
I was mainly trying to reduce the surface area of this API, but I get your point – it's clunky for looking up one endpoint. I'll add |
This will probably prevent many lookup/free operations in calling code.
Okay, I reintroduced Also, I changed the new |
Looking good to me. It seems like there are so many cases where you just want to quickly look up a single object that I like keeping Do you think this is merge-able? Since it's an API change and we're thinking about tagging a new release today, I feel like it would be nice to slip it in before tagging... |
Yeah. It's a minor enough change, and built on code that's pretty solid and well-tested. I feel pretty good about merging it. |
Superseded! Thanks ben! |
Building on #1393, consolidate the revparse api into one call.