create_symref(): create leading directories as needed.
commitd48744d1a80031003f9354a79131fca6bff6fa73
authorJunio C Hamano <junkio@cox.net>
Thu, 8 Feb 2007 07:41:43 +0000 (7 23:41 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 8 Feb 2007 07:41:43 +0000 (7 23:41 -0800)
tree8bb3690df02cb3fc2e6cf3fe7442e93fb249d364
parent5c553ea2de0e21cb843eaf49b1820f9e395c76a3
create_symref(): create leading directories as needed.

Otherwise "git remote add -t master -m master" without the
initial fetch would not work.

Signed-off-by: Junio C Hamano <junkio@cox.net>
refs.c