Jeff King [off-list ref] writes:
On Tue, Sep 13, 2016 at 09:52:51AM -0700, Brandon Williams wrote:
quoted
removed function prototypes from pathspec.h which don't have a
corresponding implementation.
I'm always curious of the "why" in cases like this. Did we forget to add
them? Did they get renamed? Did they go away?
Looks like the latter; 5a76aff (add: convert to use parse_pathspec,
2013-07-14) just forgot to remove them.
Thanks for digging.