pygit2
pygit2 copied to clipboard
`ignored=` seems not ignored when `untracked_files="no"`
Hey.
Documentation claims:
ignored Whether to show ignored files with untracked files. Ignored when untracked_files == “no”
However, the option does not seem to be ignored, i.e. with epository.status(untracked_files="no", ignored=True) one gets ignored files in the dict.
Cheers, Chris.