Browse Source
Instead of using skip_prefix() to check the first part of the string and then strcmp() to check the rest, simply use strcmp() to check the whole string. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
René Scharfe
11 years ago
committed by
Junio C Hamano
1 changed files with 1 additions and 5 deletions
Loading…
Reference in new issue