Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
tools.gitlibs.
C
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.
D
descendant function clojure.tools.gitlibs Returns rev in git url which is a descendant of...
E
ensure-git-dir function impl Ensure the bare git dir for the specified url, ret...
G
git-try-fetch function impl Try to fetch and return the error code (0=success).
M
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 ...
O
object-type function clojure.tools.gitlibs Takes a git url and rev, and returns the object...
P
procure function clojure.tools.gitlibs Procure a working tree at rev for the git url r...
R
resolve function clojure.tools.gitlibs Takes a git url and a rev, and returns the full...
T
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..