This repository was archived by the owner on Nov 24, 2023. It is now read-only.
This repository was archived by the owner on Nov 24, 2023. It is now read-only.
--allow-staged
flag #127
Closed
Description
As a generalization of --allow-dirty
, there could be an --allow-staged
flag that lets us run only if there are no unstaged changes in Git (and similarly if Mercurial, Pijul, or Fossil have an analogue of Git's staging area—I'm not familiar), the rationale being that content that has been git add
ed isn't actually in danger of being permanently eaten by a poor suggestion application, because you can git checkout -- .
to back out the changes.
Metadata
Metadata
Assignees
Labels
No labels