From: Fredrik Tolf Date: Sun, 6 Jan 2008 04:12:11 +0000 (+0100) Subject: Cannot use -q to git init, since it is new. X-Git-Url: http://dolda2000.com/gitweb/?p=dcp.git;a=commitdiff_plain;h=f90e1262bbe46845618527446dde174b6499c8ad Cannot use -q to git init, since it is new. --- diff --git a/dcp-init b/dcp-init index 05e39fd..ab3dfc3 100755 --- a/dcp-init +++ b/dcp-init @@ -42,7 +42,7 @@ getaptsrc() { } initrepo() { - rungit init -q --shared + rungit init mkdir "$td/control" touch "$td/control/conf" rungit add control