safe_create_leading_directories(): reduce scope of local variable
commitf05023324c74bd12e66ac1dd04bbe2692c31dbfb
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 6 Jan 2014 13:45:20 +0000 (6 14:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2014 17:34:19 +0000 (6 09:34 -0800)
tree2a9ad008be4dffb51f91a15526fcafd1cb27677c
parent53a3972171723d5d67178c9eba03112931a86cae
safe_create_leading_directories(): reduce scope of local variable

This makes it more obvious that values of "st" don't persist across
loop iterations.

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