Oliver Newman

Results 2 issues of Oliver Newman

When I remove a virtualenv created through pyenv-virtualenv, a confirmation prompt shows up but does not specify how to confirm or reject the removal. It might just be me, but...

`opts.ignore_submodules = GIT_SUBMODULE_IGNORE_DIRTY` is equivalent to setting the `git status` flag `--ignore-submodules=dirty`, which takes precedence per-submodule `ignore` settings in .gitmodules. This means that `gitstatus` returns a different result than a...