use skip_prefix() to avoid more magic numbers
authorRené Scharfe <l.s.r@web.de>
Sat, 4 Oct 2014 18:54:50 +0000 (20:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Oct 2014 18:09:16 +0000 (11:09 -0700)
Continue where ae021d87 (use skip_prefix to avoid magic numbers) left off
and use skip_prefix() in more places for determining the lengths of prefix
strings to avoid using dependent constants and other indirect methods.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found