diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-21 12:47:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-21 12:47:39 -0700 |
commit | b6de0c633e60424d8d7e31a6557854683f2e4e43 (patch) | |
tree | 7541328e51e993fc2bb550138dc31dc960cb04fd /Makefile | |
parent | Merge branch 'jk/shallow-update-fix' (diff) | |
parent | tag: support --sort=<spec> (diff) | |
download | tgif-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |