summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-21 19:47:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-21 19:47:39 (GMT)
commitb6de0c633e60424d8d7e31a6557854683f2e4e43 (patch)
tree7541328e51e993fc2bb550138dc31dc960cb04fd /cache.h
parent3e14384b126cf9911a35dfda21f04abd4199aa54 (diff)
parent9ef176b55c373ba087b2d84e77b5713578891927 (diff)
downloadgit-b6de0c633e60424d8d7e31a6557854683f2e4e43.zip
git-b6de0c633e60424d8d7e31a6557854683f2e4e43.tar.gz
git-b6de0c633e60424d8d7e31a6557854683f2e4e43.tar.bz2
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 'cache.h')
-rw-r--r--cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index b66cb49..107ac61 100644
--- a/cache.h
+++ b/cache.h
@@ -1458,4 +1458,6 @@ int stat_validity_check(struct stat_validity *sv, const char *path);
*/
void stat_validity_update(struct stat_validity *sv, int fd);
+int versioncmp(const char *s1, const char *s2);
+
#endif /* CACHE_H */