Project.pm: create info directory if git init doesn't
commit661b5977a07dce14085eb5dc3fe3de398152bd8c
authorKyle J. McKay <mackyle@gmail.com>
Thu, 23 Apr 2015 16:30:32 +0000 (23 09:30 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 23 Apr 2015 16:30:32 +0000 (23 09:30 -0700)
treed2f26821961706b85a0296dd470b5a4dc4fbfd3e
parent565740182588e868c452ac418f40546500794fe4
Project.pm: create info directory if git init doesn't

Git only requires a refs and objects directory plus a HEAD file
to recognize a Git repository.  It does not require an info
subdirectory.  So while it's unlikely that `git init` would
fail to create an info subdirectory, we check and create it
ourself if `git init` fails to do so.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm