An API for retrieving and caching git repos and working trees.
The git url can be either an https url for anonymous checkout or an ssh url for private access. revs can be either full sha, prefix sha, or tag name.
An API for retrieving and caching git repos and working trees. The git url can be either an https url for anonymous checkout or an ssh url for private access. revs can be either full sha, prefix sha, or tag name.
(cache-dir)
Return the root gitlibs cache directory. By default ~/.gitlibs or override by setting the environment variable GITLIBS.
Return the root gitlibs cache directory. By default ~/.gitlibs or override by setting the environment variable GITLIBS.
(descendant url revs)
Returns rev in git url which is a descendant of all other revs, or nil if no such relationship can be established.
Returns rev in git url which is a descendant of all other revs, or nil if no such relationship can be established.
(procure url lib rev)
Procure a working tree at rev for the git url representing the library lib, returns the directory path. lib is a qualified symbol where the qualifier is a controlled or conveyed identity, or nil if rev is unknown.
Procure a working tree at rev for the git url representing the library lib, returns the directory path. lib is a qualified symbol where the qualifier is a controlled or conveyed identity, or nil if rev is unknown.
(resolve url rev)
Takes a git url and a rev, and returns the full commit sha. rev may be a partial sha, full sha, or tag name.
Takes a git url and a rev, and returns the full commit sha. rev may be a partial sha, full sha, or tag name.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close