Is there a way to ignore dirty submodules when using git add --patch
?
I've set ignore = dirty
as explained here. This seems to only work with git status
and git diff
. I love git add -p
. Having to skip through 10 dirty submodules every time I want to add a small change frustrates me.
I haven't quite figured out git add -i
yet, but it looks like it handles dirty submodules the same way.