The previous iteration can be found here: https://public-inbox.org/git/20171019160601.9382-1-jamill@xxxxxxxxxxxxx/ Changes from V3 patch series: - Added extra test for --ignored=no an --ignored=traditional - Updated wording from "folders" -> "directories" - Renamed test to a name not taken in by topics in flight Jameson Miller (4): status: add option to show ignored files differently status: report matching ignored and normal untracked status: document options to show matching ignored files status: test ignored modes Documentation/git-status.txt | 21 +- Documentation/technical/api-directory-listing.txt | 27 ++- builtin/commit.c | 31 ++- dir.c | 44 +++- dir.h | 3 +- t/t7521-ignored-mode.sh | 233 ++++++++++++++++++++++ wt-status.c | 11 +- wt-status.h | 8 +- 8 files changed, 360 insertions(+), 18 deletions(-) create mode 100755 t/t7521-ignored-mode.sh -- 2.13.6