File: magit-clone.el.html
This library implements clone commands.
Defined variables (7)
magit-clone-always-transient | Whether ‘magit-clone’ always acts as a transient prefix command. |
magit-clone-default-directory | Default directory to use when ‘magit-clone’ reads destination. |
magit-clone-name-alist | Alist mapping repository names to repository urls. |
magit-clone-set-remote-head | Whether cloning creates the symbolic-ref ‘<remote>/HEAD’. |
magit-clone-set-remote.pushDefault | Whether to set the value of ‘remote.pushDefault’ after cloning. |
magit-clone-url-format | Format(s) used when turning repository names into urls. |
magit-post-clone-hook | Hook run after the repository has been successfully cloned. |
Defined functions (24)
magit-clone | (&optional ARG1) |
magit-clone--format-url | (HOST USER REPO) |
magit-clone--name-to-url | (NAME) |
magit-clone--url-to-name | (URL) |
magit-clone-bare | (REPOSITORY DIRECTORY ARGS) |
magit-clone-internal | (REPOSITORY DIRECTORY ARGS &optional SPARSE) |
magit-clone-mirror | (REPOSITORY DIRECTORY ARGS) |
magit-clone-read-filter | (PROMPT INITIAL-INPUT HISTORY) |
magit-clone-regular | (REPOSITORY DIRECTORY ARGS) |
magit-clone-shallow | (REPOSITORY DIRECTORY ARGS DEPTH) |
magit-clone-shallow-exclude | (REPOSITORY DIRECTORY ARGS EXCLUDE) |
magit-clone-shallow-since | (REPOSITORY DIRECTORY ARGS DATE) |
magit-clone-sparse | (REPOSITORY DIRECTORY ARGS) |
magit-clone:--filter | () |
transient:magit-clone:--branch= | () |
transient:magit-clone:--no-hardlinks | () |
transient:magit-clone:--no-local | () |
transient:magit-clone:--no-tags | () |
transient:magit-clone:--origin= | () |
transient:magit-clone:--recurse-submodules | () |
transient:magit-clone:--separate-git-dir= | () |
transient:magit-clone:--shared | () |
transient:magit-clone:--single-branch | () |
transient:magit-clone:--template= | () |