mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-16 15:23:51 -05:00
Staged/[MD]: Unstage and checkout superproject recorded version Staged/A: Noop. 'git rm -f' would be appropriate but it is destructive for non-staged changes and hard to undo Unstaged/A: Noop. Hard to reproduce in practice, 'git status' doesn't handle it well and hard to undo Unstaged/[MD]: Checkout superproject recorded version Unstaged/[m?]: Noop. Discarding submodules content changes is too complicated. Workaround is to <CR> to submodule and discard from it's :Gstatus.