Hi. I have never submitted an emacs patch before so I don't know if I am doing this correctly (or if one of you has already submitted a fix). I have attached a patch file. Later, I will submit the more elegant fix. On 03/15/2017 08:48 PM, Dmitry Gutov wrote: > On 16.03.2017 02:42, npostavs@users.sourceforge.net wrote: >> As an aside, is there a reason that vc-git-status does not use "git >> status -z --porcelain --ignored"? It seems more natural/straightfoward >> and it would also deal with ignored and removed files. It could also >> work with directories, which the current function doesn't. > > Like mentioned in a discussion on a different bug, we'll accept a > patch like that. You can even reuse some code from > `vc-git-conflicted-files`.