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>
This commit is contained in:
@ -259,8 +259,6 @@ static void wt_longstatus_print_trailer(struct wt_status *s)
|
||||
status_printf_ln(s, color(WT_STATUS_HEADER, s), "%s", "");
|
||||
}
|
||||
|
||||
#define quote_path quote_path_relative
|
||||
|
||||
static const char *wt_status_unmerged_status_string(int stagemask)
|
||||
{
|
||||
switch (stagemask) {
|
||||
|
||||
Reference in New Issue
Block a user