quote_path: rename quote_path_relative() to quote_path()
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Sep 2020 17:01:53 +0000 (10:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Sep 2020 17:49:17 +0000 (10:49 -0700)
commitc34d24b8a4d776a0046261b7fc6d0900ea94cc52
tree9963aecebeb26ddc3d2912a7f345b640c3e19f23
parent3a238e539bcdfe3f9eb5010fd218640c1b499f7a
quote_path: rename quote_path_relative() to quote_path()

There is no quote_path_absolute() or anything that causes confusion,
and one of the two large consumers already rename the long name
locally with a preprocessor macro.

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