[PATCH] Make sq_expand() available as sq_quote().
authorJunio C Hamano <junkio@cox.net>
Fri, 8 Jul 2005 06:58:32 +0000 (23:58 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 18:01:10 +0000 (11:01 -0700)
commit6fb737be5e4803feabe0d1b6169de36131936368
treef9aa1d13875b921bff9dcf27692c90ef7223a90b
parentb33e9666082ce692e64ccfd688dc2a5075566f75
[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>
Makefile
diff.c
quote.c [new file with mode: 0644]
quote.h [new file with mode: 0644]