From: Junio C Hamano Date: Sat, 19 Sep 2020 00:58:04 +0000 (-0700) Subject: Merge branch 'jc/quote-path-cleanup' X-Git-Tag: v2.29.0-rc0~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d4e7ec4d9e695d95cc7474f59fba8cc38580e29;p=thirdparty%2Fgit.git Merge branch 'jc/quote-path-cleanup' "git status --short" quoted a path with SP in it when tracked, but not those that are untracked, ignored or unmerged. They are all shown quoted consistently. * jc/quote-path-cleanup: quote: turn 'nodq' parameter into a set of flags quote: rename misnamed sq_lookup[] to cq_lookup[] wt-status: consistently quote paths in "status --short" output quote_path: code clarification quote_path: optionally allow quoting a path with SP in it quote_path: give flags parameter to quote_path() quote_path: rename quote_path_relative() to quote_path() --- 9d4e7ec4d9e695d95cc7474f59fba8cc38580e29