author | Junio C Hamano <junkio@cox.net> | |
Fri, 8 Jul 2005 06:58:32 +0000 (23:58 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 8 Jul 2005 18:01:10 +0000 (11:01 -0700) | ||
commit | 6fb737be5e4803feabe0d1b6169de36131936368 | |
tree | f9aa1d13875b921bff9dcf27692c90ef7223a90b | tree | snapshot |
parent | b33e9666082ce692e64ccfd688dc2a5075566f75 | commit | diff |
[PATCH] Make sq_expand() available as sq_quote().
A useful shell safety helper sq_expand() was hidden as a static
function in diff.c. Extract it out and make it available as
sq_quote().
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
A useful shell safety helper sq_expand() was hidden as a static
function in diff.c. Extract it out and make it available as
sq_quote().
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile | diff | blob | history | |
diff.c | diff | blob | history | |
quote.c | [new file with mode: 0644] | blob |
quote.h | [new file with mode: 0644] | blob |