Liking cljdoc? Tell your friends :D

org.soulspace.tools.git.porcelain


*git*clj


add-commandclj

(add-command)
(add-command git__2215__auto__)

Creates a Add command.

Creates a Add command.
raw docstring

apply-commandclj

(apply-command)
(apply-command git__2215__auto__)

Creates a Apply command.

Creates a Apply command.
raw docstring

archive-commandclj

(archive-command)
(archive-command git__2215__auto__)

Creates a Archive command.

Creates a Archive command.
raw docstring

blame-commandclj

(blame-command)
(blame-command git__2215__auto__)

Creates a Blame command.

Creates a Blame command.
raw docstring

branch-create-commandclj

(branch-create-command)
(branch-create-command git__2215__auto__)

Creates a Branch Create command.

Creates a Branch Create command.
raw docstring

branch-delete-commandclj

(branch-delete-command)
(branch-delete-command git__2215__auto__)

Creates a Branch Delete command.

Creates a Branch Delete command.
raw docstring

branch-list-commandclj

(branch-list-command)
(branch-list-command git__2215__auto__)

Creates a Branch List command.

Creates a Branch List command.
raw docstring

branch-rename-commandclj

(branch-rename-command)
(branch-rename-command git__2215__auto__)

Creates a Branch Rename command.

Creates a Branch Rename command.
raw docstring

callclj

(call f)
(call f props)
(call f props items)
raw docstring

call-commandclj

(call-command command)
raw docstring

checkout-commandclj

(checkout-command)
(checkout-command git__2215__auto__)

Creates a Checkout command.

Creates a Checkout command.
raw docstring

cherry-pick-commandclj

(cherry-pick-command)
(cherry-pick-command git__2215__auto__)

Creates a Cherry Pick command.

Creates a Cherry Pick command.
raw docstring

clean-commandclj

(clean-command)
(clean-command git__2215__auto__)

Creates a Clean command.

Creates a Clean command.
raw docstring

clone-commandclj

(clone-command)
(clone-command git)

Creates a clone command.

Creates a clone command.
raw docstring

closeclj

(close git)

Closes the git context.

Closes the git context.
raw docstring

commit-commandclj

(commit-command)
(commit-command git__2215__auto__)

Creates a Commit command.

Creates a Commit command.
raw docstring

configure-commandclj

(configure-command cmd props)
(configure-command cmd props items)

Configures a git command with properties given as props and the items if given.

Configures a git command with properties given as props and the items if given.
raw docstring

defcommandcljmacro

(defcommand cmd)

Defines a function that creates a git command.

Defines a function that creates a git command.
raw docstring

defcommandscljmacro

(defcommands cmds)

Defines functions for all the given git commands.

Defines functions for all the given git commands.
raw docstring

describe-commandclj

(describe-command)
(describe-command git__2215__auto__)

Creates a Describe command.

Creates a Describe command.
raw docstring

diff-commandclj

(diff-command)
(diff-command git__2215__auto__)

Creates a Diff command.

Creates a Diff command.
raw docstring

doc-nameclj

(doc-name cmd)

Converts the command name to string name for the docs.

Converts the command name to string name for the docs.
raw docstring

fetch-commandclj

(fetch-command)
(fetch-command git__2215__auto__)

Creates a Fetch command.

Creates a Fetch command.
raw docstring

fn-nameclj

(fn-name cmd)

Converts the command name to a valid function name.

Converts the command name to a valid function name.
raw docstring

gc-commandclj

(gc-command)
(gc-command git__2215__auto__)

Creates a Gc command.

Creates a Gc command.
raw docstring

git-addclj

(git-add props)
(git-add props items)

Add items to the repository.

Add items to the repository.
raw docstring

git-applyclj

(git-apply props)
(git-apply props items)

Apply

Apply
raw docstring

git-archiveclj

(git-archive props)
(git-archive props items)

Archive.

Archive.
raw docstring

git-blameclj

(git-blame props)
(git-blame props items)

Blame.

Blame.
raw docstring

git-branch-createclj

(git-branch-create props)
(git-branch-create props items)

Create a branch.

Create a branch.
raw docstring

git-command-factoryclj

(git-command-factory repository)

Build a git context for the repository.

Build a git context for the repository.
raw docstring

init-commandclj

(init-command)
(init-command git)

Creates an init command.

Creates an init command.
raw docstring

log-commandclj

(log-command)
(log-command git__2215__auto__)

Creates a Log command.

Creates a Log command.
raw docstring

ls-remote-commandclj

(ls-remote-command)
(ls-remote-command git)

Creates a ls remote command.

Creates a ls remote command.
raw docstring

merge-commandclj

(merge-command)
(merge-command git__2215__auto__)

Creates a Merge command.

Creates a Merge command.
raw docstring

method-nameclj

(method-name cmd)

Converts the command name to the java method name.

Converts the command name to the java method name.
raw docstring

name-rev-commandclj

(name-rev-command)
(name-rev-command git__2215__auto__)

Creates a Name Rev command.

Creates a Name Rev command.
raw docstring

note-add-commandclj

(note-add-command)
(note-add-command git__2215__auto__)

Creates a Note Add command.

Creates a Note Add command.
raw docstring

note-remove-commandclj

(note-remove-command)
(note-remove-command git__2215__auto__)

Creates a Note Remove command.

Creates a Note Remove command.
raw docstring

note-show-commandclj

(note-show-command)
(note-show-command git__2215__auto__)

Creates a Note Show command.

Creates a Note Show command.
raw docstring

notes-list-commandclj

(notes-list-command)
(notes-list-command git__2215__auto__)

Creates a Notes List command.

Creates a Notes List command.
raw docstring

openclj

(open file)
(open file fs)
raw docstring

pull-commandclj

(pull-command)
(pull-command git__2215__auto__)

Creates a Pull command.

Creates a Pull command.
raw docstring

push-commandclj

(push-command)
(push-command git__2215__auto__)

Creates a Push command.

Creates a Push command.
raw docstring

rebase-commandclj

(rebase-command)
(rebase-command git__2215__auto__)

Creates a Rebase command.

Creates a Rebase command.
raw docstring

reflog-commandclj

(reflog-command)
(reflog-command git__2215__auto__)

Creates a Reflog command.

Creates a Reflog command.
raw docstring

reset-commandclj

(reset-command)
(reset-command git__2215__auto__)

Creates a Reset command.

Creates a Reset command.
raw docstring

revert-commandclj

(revert-command)
(revert-command git__2215__auto__)

Creates a Revert command.

Creates a Revert command.
raw docstring

rm-commandclj

(rm-command)
(rm-command git__2215__auto__)

Creates a Rm command.

Creates a Rm command.
raw docstring

stash-apply-commandclj

(stash-apply-command)
(stash-apply-command git__2215__auto__)

Creates a Stash Apply command.

Creates a Stash Apply command.
raw docstring

stash-create-commandclj

(stash-create-command)
(stash-create-command git__2215__auto__)

Creates a Stash Create command.

Creates a Stash Create command.
raw docstring

stash-drop-commandclj

(stash-drop-command)
(stash-drop-command git__2215__auto__)

Creates a Stash Drop command.

Creates a Stash Drop command.
raw docstring

stash-list-commandclj

(stash-list-command)
(stash-list-command git__2215__auto__)

Creates a Stash List command.

Creates a Stash List command.
raw docstring

status-commandclj

(status-command)
(status-command git__2215__auto__)

Creates a Status command.

Creates a Status command.
raw docstring

submodule-add-commandclj

(submodule-add-command)
(submodule-add-command git__2215__auto__)

Creates a Submodule Add command.

Creates a Submodule Add command.
raw docstring

submodule-init-commandclj

(submodule-init-command)
(submodule-init-command git__2215__auto__)

Creates a Submodule Init command.

Creates a Submodule Init command.
raw docstring

submodule-status-commandclj

(submodule-status-command)
(submodule-status-command git__2215__auto__)

Creates a Submodule Status command.

Creates a Submodule Status command.
raw docstring

submodule-sync-commandclj

(submodule-sync-command)
(submodule-sync-command git__2215__auto__)

Creates a Submodule Sync command.

Creates a Submodule Sync command.
raw docstring

submodule-update-commandclj

(submodule-update-command)
(submodule-update-command git__2215__auto__)

Creates a Submodule Update command.

Creates a Submodule Update command.
raw docstring

tag-commandclj

(tag-command)
(tag-command git__2215__auto__)

Creates a Tag command.

Creates a Tag command.
raw docstring

tag-delete-commandclj

(tag-delete-command)
(tag-delete-command git__2215__auto__)

Creates a Tag Delete command.

Creates a Tag Delete command.
raw docstring

tag-list-commandclj

(tag-list-command)
(tag-list-command git__2215__auto__)

Creates a Tag List command.

Creates a Tag List command.
raw docstring

with-gitcljmacro

(with-git file & body)

Creates a git context for the repository denoted by file, executes the body and closes the git context.

Creates a git context for the repository denoted by file, executes the body and closes the git context.
raw docstring

wrapclj

(wrap git repo)
raw docstring

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

× close