Liking cljdoc? Tell your friends :D

hive-build.collect.git

Reads from the repository, through git.

Every function here is one effect and no decision. Nothing interprets what it reads, and nothing throws: a git that is absent, or a repository that has never released, answers the same way an empty result does.

Reads from the repository, through git.

Every function here is one effect and no decision. Nothing interprets what
it reads, and nothing throws: a git that is absent, or a repository that has
never released, answers the same way an empty result does.
raw docstring

messages-betweenclj

(messages-between from to)

Full commit messages reachable from to and not from from, newest first.

from nil or blank reads from the root of history. [] when the range is empty or either ref is unknown.

Full commit messages reachable from `to` and not from `from`, newest first.

`from` nil or blank reads from the root of history. [] when the range is
empty or either ref is unknown.
sourceraw docstring

release-tagsclj

(release-tags)

Every v-prefixed tag, newest version first. [] when there are none.

Every v-prefixed tag, newest version first. [] when there are none.
sourceraw docstring

runclj

(run & args)

Run git with args; {:ok? bool :out string :err string}. Never throws.

Run git with `args`; {:ok? bool :out string :err string}. Never throws.
sourceraw docstring

tag-dateclj

(tag-date tag)

The date tag points at, as yyyy-MM-dd, or nil.

The date `tag` points at, as yyyy-MM-dd, or nil.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close