File: magit-apply.el.html
This library implements commands for applying Git diffs or parts of such a diff. The supported "apply variants" are apply, stage, unstage, discard, and reverse - more than Git itself knows about, at least at the porcelain level.
Defined variables (5)
magit-delete-by-moving-to-trash | Whether Magit uses the system’s trash can. |
magit-post-stage-hook | Hook run after staging changes. |
magit-post-unstage-hook | Hook run after unstaging changes. |
magit-reverse-atomically | Whether to reverse changes atomically. |
magit-unstage-committed | Whether unstaging a committed change reverts it instead. |