Allow cloning an empty repository
commit86ac751859033741a120e9e4a91133d075d9d898
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 23 Jan 2009 00:07:32 +0000 (23 01:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jan 2009 08:19:49 +0000 (23 00:19 -0800)
treea417cdbc68de4f23cb8ae6ebd0269108d771f580
parent9a01387b9714452ebcae431705a288e1a7e099c3
Allow cloning an empty repository

Cloning an empty repository manually (that is, doing 'git init' and
then doing all configuration by hand) can be a lot of work. Save the
user this work by allowing the cloning of empty repositories.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-clone.c
t/t5701-clone-local.sh