Project.pm: use --quiet when running git init
commitfefa79c34cf788ef5b897ba0d0eb8b30bf859968
authorKyle J. McKay <mackyle@gmail.com>
Sun, 1 Feb 2015 21:46:21 +0000 (1 13:46 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 1 Feb 2015 21:46:21 +0000 (1 13:46 -0800)
tree45304b295bd4d09feae76d11ea1747e9b531d37a
parent72bb4861f18c4d7e45c1df02aea2acfdfaac8186
Project.pm: use --quiet when running git init

There’s no reason to be showing the git init output to the user on
the project creation web page.  It reveals the absolute file system
path of the created repository would could be considered sensitive
information.

Suppress it by adding --quiet.
Girocco/Project.pm