Liking cljdoc? Tell your friends :D

leiningen.vcs

Interact with the version control system.

Interact with the version control system.
raw docstring

assert-committedcljmultimethod

Abort if uncommitted changes exist.

Abort if uncommitted changes exist.
raw docstring

commitcljmultimethod

Commit changes to current repository. Takes an optional format string for the commit message that will be provided the version.

Commit changes to current repository. Takes an optional format
string for the commit message that will be provided the version.
raw docstring

default-commit-messageclj


parse-tag-argsclj

(parse-tag-args args)

pushcljmultimethod

Push to your remote repository.

Push to your remote repository.
raw docstring

supported-systemsclj


tagcljmultimethod

Apply a version control tag. Takes an optional tag prefix. Pass --no-sign option to skip signing, or --no-annotate to create non-release tags.

Apply a version control tag. Takes an optional tag prefix.
Pass --no-sign option to skip signing, or --no-annotate to create
non-release tags.
raw docstring

uses-vcsclj

(uses-vcs project vcs)

vcsclj

(vcs project subtask & args)

Interact with the version control system.

Interact with the version control system.
raw docstring

which-vcsclj

(which-vcs project & _)

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

× close