diff --git a/bin/git-setup b/bin/git-setup index 00a323e49..6fdf675ea 100755 --- a/bin/git-setup +++ b/bin/git-setup @@ -13,4 +13,4 @@ mkdir -p "$dir" \ && gitdirexists \ && git init \ && git add . \ - && git commit -m 'Initial commit' + && git commit --allow-empty -m 'Initial commit'