The attached patch makes it possible to toggle show/hide of files with=20
up-to-date and unknown statuses with M-d and M-u.
Cheers,
G=E1bor Melis
Please CC me, I'm not on the list.
Why are you removing the ls-files -u? This will break the detection
The status should be named 'uptodate instead of 'up-to-date since
that's what's used for individual files. Having two different
spellings for the same word would be very confusing.
--
Alexandre Julliard
julliard@winehq.org
-
You don't want to do a git-find-status-file in all cases, this is
O(n^2) and becomes much too slow on a large project. That's the reason
there's a skip-existing flag, to avoid that cost in the common case.
--
Alexandre Julliard
julliard@winehq.org
-