diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-25 13:18:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-25 13:18:54 -0700 |
commit | 01d8ff70f40d8be3c4e2efb245ffc3d013b7fcbf (patch) | |
tree | 44eb67c22873e1ce04b3bf51bc1f849a963c7a67 /Makefile | |
parent | 14f0e48db7e1b0c5ec1b831f47214b972b4582d4 (diff) | |
parent | 3e8aded20329bef35470eb469281f6b275d19dea (diff) | |
download | git-01d8ff70f40d8be3c4e2efb245ffc3d013b7fcbf.tar.gz git-01d8ff70f40d8be3c4e2efb245ffc3d013b7fcbf.tar.xz |
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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |