summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-06-25 20:18:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-25 20:18:54 (GMT)
commit01d8ff70f40d8be3c4e2efb245ffc3d013b7fcbf (patch)
tree44eb67c22873e1ce04b3bf51bc1f849a963c7a67 /Makefile
parent14f0e48db7e1b0c5ec1b831f47214b972b4582d4 (diff)
parent3e8aded20329bef35470eb469281f6b275d19dea (diff)
downloadgit-01d8ff70f40d8be3c4e2efb245ffc3d013b7fcbf.zip
git-01d8ff70f40d8be3c4e2efb245ffc3d013b7fcbf.tar.gz
git-01d8ff70f40d8be3c4e2efb245ffc3d013b7fcbf.tar.bz2
Merge branch 'jh/clone-packed-refs'
* jh/clone-packed-refs: Teach "git clone" to pack refs Prepare testsuite for a "git clone" that packs refs Move pack_refs() and friends into libgit Incorporate fetched packs in future object traversal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 314339d..3584b8c 100644
--- a/Makefile
+++ b/Makefile
@@ -354,6 +354,7 @@ LIB_H += log-tree.h
LIB_H += mailmap.h
LIB_H += object.h
LIB_H += pack.h
+LIB_H += pack-refs.h
LIB_H += pack-revindex.h
LIB_H += parse-options.h
LIB_H += patch-ids.h
@@ -429,6 +430,7 @@ LIB_OBJS += merge-file.o
LIB_OBJS += name-hash.o
LIB_OBJS += object.o
LIB_OBJS += pack-check.o
+LIB_OBJS += pack-refs.o
LIB_OBJS += pack-revindex.o
LIB_OBJS += pack-write.o
LIB_OBJS += pager.o