git-p4: support clone --bare
commit382000769477ed0666e99d01c21df64df9ba0911
authorPete Wyckoff <pw@padd.com>
Sat, 19 Feb 2011 13:18:01 +0000 (19 08:18 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Feb 2011 18:05:44 +0000 (21 10:05 -0800)
tree80e2c4fbaec0e75a5b4f34f5bcae71f2a553f9b3
parent084f6306d4b7b27a5d12236e808604220b8b3e3f
git-p4: support clone --bare

Just like git clone --bare, build a .git directory but no
checked out files.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Acked-By: Tor Arvid Lund <torarvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4
t/t9800-git-p4.sh