Re: [PATCH 1/5] Git.pm Add unquote_path()

2017-06-22 Thread Junio C Hamano
Phillip Wood <phillip.w...@talktalk.net> writes: > Subject: Re: [PATCH 1/5] Git.pm Add unquote_path() Subject: [PATCH 1/5] Git.pm: add unquote_path() But I think it is more customary to remove the implementation in the other file and adjust the existing callers to call this new one in

[PATCH 1/5] Git.pm Add unquote_path()

2017-06-22 Thread Phillip Wood
From: Phillip Wood Add unquote_path() from git-add--interactive so it can be used by other scripts. Note this is a straight copy, it does not handle '\a'. That will be fixed in the next commit Signed-off-by: Phillip Wood --- perl/Git.pm