Liking cljdoc? Tell your friends :D

clojure.tools.gitlibs.impl

Implementation, use at your own risk

Implementation, use at your own risk
raw docstring

commit-comparatorclj

(commit-comparator git-dir x y)
source

ensure-git-dirclj

(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.
sourceraw docstring

git-checkoutclj

(git-checkout git-dir-path lib-dir rev)
source

git-clone-bareclj

(git-clone-bare url git-dir)
source

git-dirclj

(git-dir url)
source

git-fetchclj

(git-fetch git-dir)
source

git-rev-parseclj

(git-rev-parse git-dir rev)
source

git-typeclj

(git-type git-dir rev)
source

lib-dirclj

(lib-dir lib)
source

match-exactclj

(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
sourceraw docstring

match-prefixclj

(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.
sourceraw docstring

printerrlnclj

(printerrln & msgs)
source

tagsclj

(tags git-dir)

Fetch, then return all tags in the git dir.

Fetch, then return all tags in the git dir. 
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close