]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/quote-path-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Sat, 19 Sep 2020 00:58:04 +0000 (17:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 19 Sep 2020 00:58:04 +0000 (17:58 -0700)
commit9d4e7ec4d9e695d95cc7474f59fba8cc38580e29
tree22db63f4315c0e6698d67c879c73520ef4074c39
parent2ce9d4e5c7186e15f2e2f7be06a9db52b5e61bde
parent7c37c9750a0b402a68c73d0e4644f538a026d121
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()
diff.c
t/t7508-status.sh
wt-status.c