Re: [PATCH] Try URI quoting for embedded TAB and LF in pathnames
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:08
Robert Fitzsimons [off-list ref] writes:
Instead of using //{LF}// and //{TAG}// to quote embedded tab and
linefeed characters in pathnames use URI quoting.
'\t' becomes %09
'\n' becomes %10
'%' becomes %25
Signed-off-by: Robert Fitzsimons <redacted>
This would break existing setup where people *has* per-cent
letter in their pathname -- which I think is worse than the
backslash proposal.