File: magit-wip.el.html
This library defines global modes which automatically commit snapshots to branch-specific work-in-progress refs before and after making changes, and two commands which can be used to do so on demand.
Defined variables (6)
magit-wip-debug | Whether to record commands used to update wip refs. |
magit-wip-merge-branch | Whether to merge the current branch into its wip ref. |
magit-wip-mode | Non-nil if Magit-Wip mode is enabled. |
magit-wip-mode-hook | Hook run after entering or leaving ‘magit-wip-mode’. |
magit-wip-mode-lighter | Lighter for Magit-Wip mode. |
magit-wip-namespace | Namespace used for work-in-progress refs. |
Defined functions (21)
magit--wip-index-ref | (&optional REF) |
magit--wip-ref | (NAMESPACE &optional REF) |
magit--wip-wtree-ref | (&optional REF) |
magit-run-after-apply-functions | (FILES TASK) |
magit-run-before-change-functions | (FILES TASK) |
magit-wip--git | (&rest ARGS) |
magit-wip--update-ref | (REF MESSAGE REV) |
magit-wip-commit | (&optional FILES MSG) |
magit-wip-commit-buffer-file | (&optional MSG) |
magit-wip-commit-index | (REF FILES MSG) |
magit-wip-commit-worktree | (REF FILES MSG) |
magit-wip-get-parent | (REF WIPREF) |
magit-wip-log | (BRANCH ARGS FILES COUNT) |
magit-wip-log-current | (BRANCH ARGS FILES COUNT) |
magit-wip-log-get-tips | (WIPREF COUNT) |
magit-wip-log-index | (ARGS FILES) |
magit-wip-log-worktree | (ARGS FILES) |
magit-wip-mode | (&optional ARG) |
magit-wip-post-commit | (&rest _) |
magit-wip-purge | () |
magit-wip-update-wipref | (REF WIPREF TREE PARENT FILES MSG START-MSG) |