File: magit-sequence.el.html

Support for Git commands that replay commits and help the user make changes along the way. Supports cherry-pick, revert, rebase, rebase--interactive and am.

Defined variables (1)

magit-perl-executableThe Perl executable.

Defined functions (82)

magit--cherry-move(COMMITS SRC DST ARGS &optional START-POINT CHECKOUT-DST)
magit--cherry-move-read-args(VERB AWAY FN &optional ALLOW-DETACHED)
magit--cherry-pick(COMMITS ARGS &optional REVERT)
magit--cherry-spinoff-read-args(VERB)
magit-am()
magit-am-abort()
magit-am-apply-maildir(&optional MAILDIR ARGS)
magit-am-apply-patches(&optional FILES ARGS)
magit-am-continue()
magit-am-skip()
magit-apply:-p()
magit-cherry-apply(COMMITS &optional ARGS)
magit-cherry-copy(COMMITS &optional ARGS)
magit-cherry-donate(COMMITS BRANCH &optional ARGS)
magit-cherry-harvest(COMMITS BRANCH &optional ARGS)
magit-cherry-pick()
magit-cherry-pick-read-args(PROMPT)
magit-cherry-pick:--mainline()
magit-cherry-spinoff(COMMITS BRANCH START-POINT &optional ARGS)
magit-cherry-spinout(COMMITS BRANCH START-POINT &optional ARGS)
magit-git-rebase(TARGET ARGS)
magit-insert-am-sequence()
magit-insert-rebase-sequence()
magit-insert-sequencer-sequence()
magit-rebase()
magit-rebase--get-state-lines(FILE)
magit-rebase--perl-editor(ACTION SINCE)
magit-rebase--target-commit(SINCE)
magit-rebase--todo()
magit-rebase-abort()
magit-rebase-autosquash(SELECT ARGS)
magit-rebase-branch(TARGET ARGS)
magit-rebase-continue(&optional NOEDIT)
magit-rebase-edit()
magit-rebase-edit-commit(COMMIT ARGS)
magit-rebase-in-progress-p()
magit-rebase-insert-apply-sequence(ONTO)
magit-rebase-insert-merge-sequence(ONTO)
magit-rebase-interactive(COMMIT ARGS)
magit-rebase-interactive-1(COMMIT ARGS MESSAGE &optional EDITOR DELAY-EDIT-CONFIRM NOASSERT CONFIRM EXACT)
magit-rebase-interactive-assert(SINCE &optional DELAY-EDIT-CONFIRM REBASE-MERGES)
magit-rebase-merges-select-mode(&rest IGNORE)
magit-rebase-onto-pushremote(ARG1)
magit-rebase-onto-upstream(ARG1)
magit-rebase-remove-commit(COMMIT ARGS)
magit-rebase-reword-commit(COMMIT ARGS)
magit-rebase-skip()
magit-rebase-subset(NEWBASE START ARGS)
magit-rebase:--exec()
magit-revert()
magit-revert-and-commit(COMMIT &optional ARGS)
magit-revert-no-commit(COMMIT &optional ARGS)
magit-revert-read-args(PROMPT)
magit-sequence-insert-am-patch(TYPE PATCH FACE)
magit-sequence-insert-commit(TYPE HASH FACE &optional ABBREV MSG)
magit-sequence-insert-sequence(STOP ONTO &optional ORIG)
magit-sequence-insert-step(TYPE TARGET)
magit-sequencer-abort()
magit-sequencer-continue()
magit-sequencer-skip()
transient:magit-am:--3way()
transient:magit-am:--committer-date-is-author-date()
transient:magit-am:--ignore-date()
transient:magit-am:--keep()
transient:magit-am:--keep-non-patch()
transient:magit-am:--scissors()
transient:magit-cherry-pick:--edit()
transient:magit-cherry-pick:--ff()
transient:magit-cherry-pick:-x()
transient:magit-rebase:--autosquash()
transient:magit-rebase:--autostash()
transient:magit-rebase:--committer-date-is-author-date()
transient:magit-rebase:--force-rebase()
transient:magit-rebase:--ignore-date()
transient:magit-rebase:--interactive()
transient:magit-rebase:--keep-empty()
transient:magit-rebase:--no-verify()
transient:magit-rebase:--preserve-merges()
transient:magit-rebase:--rebase-merges=()
transient:magit-rebase:--update-refs()
transient:magit-revert:--edit()
transient:magit-revert:--no-edit()

Defined faces (7)

magit-sequence-doneFace used in sequence sections.
magit-sequence-dropFace used in sequence sections.
magit-sequence-execFace used in sequence sections.
magit-sequence-headFace used in sequence sections.
magit-sequence-partFace used in sequence sections.
magit-sequence-pickFace used in sequence sections.
magit-sequence-stopFace used in sequence sections.