summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-03-21 12:47:38 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-03-21 12:47:39 -0700
commitb6de0c633e60424d8d7e31a6557854683f2e4e43 (patch)
tree7541328e51e993fc2bb550138dc31dc960cb04fd /Makefile
parentMerge branch 'jk/shallow-update-fix' (diff)
parenttag: support --sort=<spec> (diff)
downloadtgif-b6de0c633e60424d8d7e31a6557854683f2e4e43.tar.xz
Merge branch 'nd/tag-version-sort'
Allow v1.9.0 sorted before v1.10.0 in "git tag --list" output. * nd/tag-version-sort: tag: support --sort=<spec>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f818eecaf3..36463919af 100644
--- a/Makefile
+++ b/Makefile
@@ -892,6 +892,7 @@ LIB_OBJS += userdiff.o
LIB_OBJS += utf8.o
LIB_OBJS += varint.o
LIB_OBJS += version.o
+LIB_OBJS += versioncmp.o
LIB_OBJS += walker.o
LIB_OBJS += wildmatch.o
LIB_OBJS += wrapper.o