From: Junio C Hamano Date: Sat, 15 Oct 2005 04:54:47 +0000 (-0700) Subject: Functions to quote and unquote pathnames in C-style. X-Git-Tag: v0.99.9~106 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4f6fbcdcf960b5afaeb2f5010be61b919c1805fd?hp=4f6fbcdcf960b5afaeb2f5010be61b919c1805fd Functions to quote and unquote pathnames in C-style. Following the list discussion, define two functions, quote_c_style and unquote_c_style, to help adopting the proposed way for quoting funny pathname letters for GNU patch. The rule is described in: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 Currently we do not support the leading '!', but we probably should barf upon seeing it. Rule B4. is interpreted to require always 3 octal digits in \XYZ notation. Signed-off-by: Junio C Hamano ---