• J
    Merge branch 'jc/quote-path-cleanup' · 9d4e7ec4
    Junio C Hamano 提交于
    "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()
    9d4e7ec4
wt-status.c 69.3 KB