Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-01-03 12:23:12 +0300
committerJunio C Hamano <gitster@pobox.com>2008-01-03 12:23:12 +0300
commit698a68be7b0df6dd8d0880e0e2167cad8688a6ad (patch)
tree8cb9dc608f12b52288524e4f20c59faa1d131157 /setup.c
parent257f3020f69f3222cdefc1d84b148fb35b2c4f5b (diff)
Uninline prefixcmp()
Now the routine is an open-coded loop that avoids an extra strlen() in the previous implementation, it got a bit too big to be inlined. Uninlining it makes code footprint smaller but the result still retains the avoidance of strlen() cost. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'setup.c')
0 files changed, 0 insertions, 0 deletions