From: Junio C Hamano Date: Fri, 21 Mar 2014 19:47:41 +0000 (-0700) Subject: Merge branch 'dk/skip-prefix-scan-only-once' X-Git-Tag: v2.0.0-rc0~79 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/1be645c0b1b2218d58fbae9dd6174ff2a9d66d57 Merge branch 'dk/skip-prefix-scan-only-once' Update implementation of skip_prefix() to scan only once; given that most "prefix" arguments to the inline function are constant strings whose strlen() can be determined at the compile time, this might actually make things worse with a compiler with sufficient intelligence. * dk/skip-prefix-scan-only-once: skip_prefix(): scan prefix only once --- 1be645c0b1b2218d58fbae9dd6174ff2a9d66d57