From: Junio C Hamano Date: Wed, 6 Jul 2005 08:11:52 +0000 (-0700) Subject: [PATCH] clone-pack.c:write_one_ref() - Create leading directories. X-Git-Tag: v0.99~44 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b2cb94254be7bf8b44c851897dd29a00ce654e3c?hp=b2cb94254be7bf8b44c851897dd29a00ce654e3c [PATCH] clone-pack.c:write_one_ref() - Create leading directories. The function write_one_ref() is passed the list of refs received from the other end, which was obtained by directory traversal under $GIT_DIR/refs; this can contain paths other than what git-init-db prepares and would fail to clone when there is such. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds ---