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

default-commit-messageclj

source

parse-tag-argsclj

(parse-tag-args args)
source

pushcljmultimethod

Push to your remote repository.

Push to your remote repository.
sourceraw docstring

supported-systemsclj

source

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

uses-vcsclj

(uses-vcs project vcs)
source

vcsclj

(vcs project subtask & args)

Interact with the version control system.

Interact with the version control system.
sourceraw docstring

which-vcsclj

(which-vcs project & _)
source

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

× close