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 /cache.h | |
parent | 3e14384b126cf9911a35dfda21f04abd4199aa54 (diff) | |
parent | 9ef176b55c373ba087b2d84e77b5713578891927 (diff) | |
download | git-b6de0c633e60424d8d7e31a6557854683f2e4e43.tar.gz |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |