Liking cljdoc? Tell your friends :D

lein-git-down.impl.git


*monkeypatch-tools-gitlibs*clj

source

check-algorithmsclj

(check-algorithms session)

Jsch fails with an NPE when an unsupported algorithm is configured in the ssh config file. This provides the user with more helpful information as to the cause of the error.

Jsch fails with an NPE when an unsupported algorithm is configured in the
ssh config file. This provides the user with more helpful information as to
the cause of the error.
sourceraw docstring

dev-null-hookclj

(dev-null-hook _ & _)
source

get-unsupported-algorithmsclj

(get-unsupported-algorithms session k)
source

initclj

(init project-dir rev)

Initializes a fresh git repository at project-dir and sets HEAD to the provided rev, which allows tooling to retrieve the correct HEAD commit in the gitlibs repo directory. Returns the .git directory.

Initializes a fresh git repository at `project-dir` and sets HEAD to the
provided rev, which allows tooling to retrieve the correct HEAD commit in
the gitlibs repo directory. Returns the .git directory.
sourceraw docstring

procureclj

(procure uri mvn-coords rev)

Monkey patches gitlibs/procure to resolve some JSCH issues unless explicitly told not to. Writes a meta-data file with information about the source.

Monkey patches gitlibs/procure to resolve some JSCH issues unless explicitly
told not to. Writes a meta-data file with information about the source.
sourceraw docstring

resolveclj

(resolve uri version)

Monkey patches gitlibs/resolve to resolve some JSCH issues unless explicitly told not to.

Monkey patches gitlibs/resolve to resolve some JSCH issues unless explicitly
told not to.
sourceraw docstring

rmclj

(rm git-dir)

Removes the .git directory returning a checkout back to just the checked out code.

Removes the .git directory returning a checkout back to just the checked
out code.
sourceraw docstring

ssh-callbackclj

source

valid-key?clj

(valid-key? jsch v)
source

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

× close