diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-11-27 19:24:36 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-27 19:24:36 -0800 |
commit | 2d2b3fd8485eee6dd238b930f2592535730089a4 (patch) | |
tree | 642dc8866db7840ef247164bee3435cf805ee03e /Makefile | |
parent | Merge branch 'mv/clone-strbuf' (diff) | |
parent | remove the unused files interpolate.c and interpolate.h (diff) | |
download | tgif-2d2b3fd8485eee6dd238b930f2592535730089a4.tar.xz |
Merge branch 'rs/strbuf-expand'
* rs/strbuf-expand:
remove the unused files interpolate.c and interpolate.h
daemon: deglobalize variable 'directory'
daemon: inline fill_in_extra_table_entries()
daemon: use strbuf_expand() instead of interpolate()
merge-recursive: use strbuf_expand() instead of interpolate()
add strbuf_expand_dict_cb(), a helper for simple cases
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -437,7 +437,6 @@ LIB_OBJS += grep.o LIB_OBJS += hash.o LIB_OBJS += help.o LIB_OBJS += ident.o -LIB_OBJS += interpolate.o LIB_OBJS += levenshtein.o LIB_OBJS += list-objects.o LIB_OBJS += ll-merge.o |