summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-08 06:58:32 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-08 18:01:10 (GMT)
commit6fb737be5e4803feabe0d1b6169de36131936368 (patch)
treef9aa1d13875b921bff9dcf27692c90ef7223a90b /Makefile
parentb33e9666082ce692e64ccfd688dc2a5075566f75 (diff)
downloadgit-6fb737be5e4803feabe0d1b6169de36131936368.zip
git-6fb737be5e4803feabe0d1b6169de36131936368.tar.gz
git-6fb737be5e4803feabe0d1b6169de36131936368.tar.bz2
[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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d613a8c..6e90d8f 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,9 @@ LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h epoch.h csum-file.h
LIB_H += strbuf.h
LIB_OBJS += strbuf.o
+LIB_H += quote.h
+LIB_OBJS += quote.o
+
LIB_H += diff.h count-delta.h
LIB_OBJS += diff.o diffcore-rename.o diffcore-pickaxe.o diffcore-pathspec.o \
count-delta.o diffcore-break.o diffcore-order.o