quote_path: optionally allow quoting a path with SP in it
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Sep 2020 17:01:55 +0000 (10:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Sep 2020 17:49:20 +0000 (10:49 -0700)
commitf3fc4a1b8680c114defd98ce6f2429f8946a5dc1
tree4d40269465613f8ae72d3029a43234c9dbeed2a4
parent88910c9939cee927a3ed1acca8d33a30c90b8fe5
quote_path: optionally allow quoting a path with SP in it

Some code in wt-status.c special case a path with SP in it, which
usually does not have to be c-quoted, and ensure that such a path
does get quoted.  Move the logic to quote_path() and give it a bit
in the flags word, QUOTE_PATH_QUOTE_SP.

No behaviour change intended.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
quote.c
quote.h
wt-status.c