[PATCH v6 06/12] ls-files: Add support in ls-files to display the fsmonitor valid bit

2017-09-15 Thread Ben Peart
Add a new command line option (-f) to ls-files to have it use lowercase letters for 'fsmonitor valid' files Signed-off-by: Ben Peart --- builtin/ls-files.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/builtin/ls-files.c b/builtin/ls-files.c index e1339e6d17..313962

RE: [PATCH v6 06/12] ls-files: Add support in ls-files to display the fsmonitor valid bit

2017-09-15 Thread David Turner
hinde...@gmx.de; pclo...@gmail.com; p...@peff.net > Subject: [PATCH v6 06/12] ls-files: Add support in ls-files to display the > fsmonitor > valid bit > > Add a new command line option (-f) to ls-files to have it use lowercase > letters > for 'fsmonitor valid' files Document in man page, please.