safe_create_leading_directories(): rename local variable
commit26c8ae2a577cd283ab9fa8ab5e5f0ced568dc034
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 6 Jan 2014 13:45:22 +0000 (6 14:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2014 17:34:20 +0000 (6 09:34 -0800)
treef9b52c086a05059bc50df59ab990e15fa7adc634
parent831651fde8f8a8d90543917a8783962aa1a534bf
safe_create_leading_directories(): rename local variable

Rename "pos" to "next_component", because now it always points at the
next component of the path name that has to be processed.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1_file.c