Implementation, use at your own risk
Implementation, use at your own risk
(ensure-git-dir url)
Ensure the bare git dir for the specified url, return the path to the git dir.
Ensure the bare git dir for the specified url, return the path to the git dir.
(match-exact dir exact)
In dir, match file in dir with exact, nil if doesn't exist
In dir, match file in dir with exact, nil if doesn't exist
(match-prefix dir prefix)
In dir, match file in dir with prefix, nil if not found, exception if more than one.
In dir, match file in dir with prefix, nil if not found, exception if more than one.
(tags git-dir)
Fetch, then return all tags in the git dir.
Fetch, then return all tags in the git dir.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close