Liking cljdoc? Tell your friends :D

k16.kmono.git.tags


create-tagsclj

(create-tags repo-root {:keys [ref tags]})

get-all-tags-for-refclj

(get-all-tags-for-ref repo-root ref)

get-sorted-tagsclj

(get-sorted-tags repo-root)
(get-sorted-tags repo-root ref)

Returns all tags that are present in the current or any ancestor of the given sha.

The returned tags are sorted by commit date (descending, most recent commit first)

Returns all tags that are present in the current or any ancestor of
the given `sha`.

The returned tags are sorted by commit date (descending, most recent commit first)
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close