Re: [PATCH 1/2] archive: allow remote to have more formats than we understand.
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:39
"Franck Bui-Huu" [off-list ref] writes:
quoted
+static const char *remote_request(int *ac, const char **av) +{just to be consistent with the rest of the file, I would have called this function "parse_remote_arg" or "extract_remote_arg"
I was thinking about calling this is_remote_request() actually.