Jiang Xin [off-list ref] writes:
2013/6/25 Junio C Hamano [off-list ref]:
quoted
Jiang Xin [off-list ref] writes:
quoted
Since there is an enhanced version of relative_path() in path.c,
remove duplicate counterpart path_relative() in quote.c.
There is no nice comparison chart before and after like you had in
patch 02/16?
You mean drawing a table to compare output of path_relative and
relative_path?
I was interested in comparison between the behaviour the current
callers of path_relative() gets, and the behaviour the same callers
get from the consolidated helper function after your patch.