summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2013-04-22 19:52:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-05-01 22:33:11 (GMT)
commit32d462cea80cd52b2c3fa0d538aba7fcf079ba77 (patch)
tree564a901875d829862f6c823b676871225a8c535e /Makefile
parent0c0c0bd25e4bea1fb1f48e8bca3ce9b68d69ee93 (diff)
downloadgit-32d462cea80cd52b2c3fa0d538aba7fcf079ba77.zip
git-32d462cea80cd52b2c3fa0d538aba7fcf079ba77.tar.gz
git-32d462cea80cd52b2c3fa0d538aba7fcf079ba77.tar.bz2
pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}
pack-refs.c doesn't contain much code, and the code it does contain is closely related to reference handling. Moreover, there is some duplication between pack_refs() and repack_without_ref(). Therefore, merge pack-refs.c into refs.c and pack-refs.h into refs.h. The code duplication will be addressed in future commits. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5be5458..d2e9377 100644
--- a/Makefile
+++ b/Makefile
@@ -644,7 +644,6 @@ LIB_H += notes-cache.h
LIB_H += notes-merge.h
LIB_H += notes.h
LIB_H += object.h
-LIB_H += pack-refs.h
LIB_H += pack-revindex.h
LIB_H += pack.h
LIB_H += parse-options.h
@@ -775,7 +774,6 @@ LIB_OBJS += notes-cache.o
LIB_OBJS += notes-merge.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