Re: [PATCH v14 04/16] Refactor quote_path_relative, remove unused params

2013-06-25 Thread Jiang Xin
2013/6/25 Junio C Hamano : > Jiang Xin writes: > >> After substitute path_relative() in quote.c with relative_path() from >> path.c, parameters (such as len and prefix_len) are obsolete in function >> quote_path_relative(). Remove unused parameters and change the order of >> parameters for quote_p

Re: [PATCH v14 04/16] Refactor quote_path_relative, remove unused params

2013-06-24 Thread Junio C Hamano
Jiang Xin writes: > After substitute path_relative() in quote.c with relative_path() from > path.c, parameters (such as len and prefix_len) are obsolete in function > quote_path_relative(). Remove unused parameters and change the order of > parameters for quote_path_relative() function. > ... > d

[PATCH v14 04/16] Refactor quote_path_relative, remove unused params

2013-06-24 Thread Jiang Xin
After substitute path_relative() in quote.c with relative_path() from path.c, parameters (such as len and prefix_len) are obsolete in function quote_path_relative(). Remove unused parameters and change the order of parameters for quote_path_relative() function. Signed-off-by: Jiang Xin Signed-off