cache-dir function clojure.tools.gitlibs Return the root gitlibs cache directory. By def... commit-sha function clojure.tools.gitlibs Returns unpeeled full commit sha, given a rev (... CONFIG var config Config map - deref to access.
descendant function clojure.tools.gitlibs Returns rev in git url which is a descendant of...
ensure-git-dir function impl Ensure the bare git dir for the specified url, ret...
git-try-fetch function impl Try to fetch and return the error code (0=success).
match-exact function impl In dir, match file in dir with exact, nil if doesn... match-prefix function impl In dir, match file in dir with prefix, nil if not ...
object-type function clojure.tools.gitlibs Takes a git url and rev, and returns the object...
procure function clojure.tools.gitlibs Procure a working tree at rev for the git url r...
resolve function clojure.tools.gitlibs Takes a git url and a rev, and returns the full...
tags function clojure.tools.gitlibs Fetches, then returns coll of tags in git url. tags function impl Fetch, then return all tags in the git dir..