summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-03 18:01:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-08-03 18:01:11 (GMT)
commit7ebc8cbedd0e728d7ff00df63125de1a7adf5937 (patch)
treebbc02245f3a39e981105e1000e3adfed178c7e0a /Makefile
parent31a0ad545681159be2ccc633a1a16a891cafbae3 (diff)
parent1958a6eb5498c8a5ac5ba908833cc862b28759f9 (diff)
downloadgit-7ebc8cbedd0e728d7ff00df63125de1a7adf5937.zip
git-7ebc8cbedd0e728d7ff00df63125de1a7adf5937.tar.gz
git-7ebc8cbedd0e728d7ff00df63125de1a7adf5937.tar.bz2
Merge branch 'kn/for-each-ref'
GSoC project to rebuild ref listing by branch and tag based on the for-each-ref machinery. This is its first part. * kn/for-each-ref: ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refname for-each-ref: introduce filter_refs() ref-filter: move code from 'for-each-ref' ref-filter: add 'ref-filter.h' for-each-ref: rename variables called sort to sorting for-each-ref: rename some functions and make them public for-each-ref: introduce 'ref_array_clear()' for-each-ref: introduce new structures for better organisation for-each-ref: rename 'refinfo' to 'ref_array_item' for-each-ref: clean up code for-each-ref: extract helper functions out of grab_single_ref()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8c3c724..9d00528 100644
--- a/Makefile
+++ b/Makefile
@@ -763,6 +763,7 @@ LIB_OBJS += reachable.o
LIB_OBJS += read-cache.o
LIB_OBJS += reflog-walk.o
LIB_OBJS += refs.o
+LIB_OBJS += ref-filter.o
LIB_OBJS += remote.o
LIB_OBJS += replace_object.o
LIB_OBJS += rerere.o