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:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-12-16 08:15:26 +0400
committerJunio C Hamano <gitster@pobox.com>2012-12-16 11:04:22 +0400
commit386cc8b031611497186a8c89be0f980a54786525 (patch)
treec95a7b1f90d484161d5f79a9553526d79f071433 /cache-tree.h
parentdbc3904ebc604bf5b818d9840b79228aacdd1343 (diff)
cache-tree: replace "for" loops in update_one with "while" loops
The loops in update_one can be increased in two different ways: step by one for files and by <n> for directories. "for" loop is not suitable for this as it always steps by one and special handling is required for directories. Replace them with "while" loops for clarity. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache-tree.h')
0 files changed, 0 insertions, 0 deletions