fetch: use skip_prefix() instead of starts_with()
authorRené Scharfe <redacted>
Tue, 26 Nov 2019 11:18:26 +0000 (12:18 +0100)
committerJunio C Hamano <redacted>
Wed, 27 Nov 2019 02:17:22 +0000 (11:17 +0900)
commita6293f5d28763580dd1035d3c6b018b42be7e25a
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 <redacted>
Acked-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/fetch.c
git clone https://git.99rst.org/PROJECT