diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-11-27 19:24:13 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-27 19:24:13 -0800 |
commit | 2af9664776a237baa7ce67789bc5d2b54a36d95c (patch) | |
tree | 7175a6e86b9f6dc1448dd2527d66f64a2e30c3ab /Makefile | |
parent | Merge branch 'ta/quiet-pull' (diff) | |
parent | Fix index preloading for racy dirty case (diff) | |
download | tgif-2af9664776a237baa7ce67789bc5d2b54a36d95c.tar.xz |
Merge branch 'lt/preload-lstat'
* lt/preload-lstat:
Fix index preloading for racy dirty case
Add cache preload facility
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -496,6 +496,7 @@ LIB_OBJS += write_or_die.o LIB_OBJS += ws.o LIB_OBJS += wt-status.o LIB_OBJS += xdiff-interface.o +LIB_OBJS += preload-index.o BUILTIN_OBJS += builtin-add.o BUILTIN_OBJS += builtin-annotate.o |