Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-21 23:47:38 +0400
committerJunio C Hamano <gitster@pobox.com>2014-03-21 23:47:39 +0400
commitb6de0c633e60424d8d7e31a6557854683f2e4e43 (patch)
tree7541328e51e993fc2bb550138dc31dc960cb04fd /Makefile
parent3e14384b126cf9911a35dfda21f04abd4199aa54 (diff)
parent9ef176b55c373ba087b2d84e77b5713578891927 (diff)
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