author | Junio C Hamano <junkio@cox.net> | |
Sun, 16 Oct 2005 17:58:30 +0000 (10:58 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 16 Oct 2005 17:58:30 +0000 (10:58 -0700) | ||
commit | 585793d96c03dcd5d797b50f0cc654da3627318b | |
tree | 62efa45dd26fd7245882b00e06f62a33e643abea | tree | snapshot |
parent | a2239b79e554bab92abe47d8568cbbfe5c77ce85 | commit | diff |
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 <junkio@cox.net>
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 <junkio@cox.net>
quote.c | diff | blob | history | |
quote.h | diff | blob | history |