fetch: use skip_prefix() instead of starts_with()
commita6293f5d28763580dd1035d3c6b018b42be7e25a
authorRené Scharfe <l.s.r@web.de>
Tue, 26 Nov 2019 11:18:26 +0000 (26 12:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Nov 2019 02:17:22 +0000 (27 11:17 +0900)
tree1b12d8468ed6aade4c63949f0adb45f09dbfe5fb
parentd9f6f3b6195a0ca35642561e530798ad1469bd41
fetch: use skip_prefix() instead of starts_with()

Get rid of magic numbers by letting skip_prefix() set the pointer
"what".

Signed-off-by: René Scharfe <l.s.r@web.de>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c