Merge pull request #319 from pfctgeorge/allow-empty-when-setup

Allow empty initial commit when setup repo.
This commit is contained in:
hemanth.hm 2015-02-20 10:21:35 +05:30
commit 30ac2ae550

View file

@ -13,4 +13,4 @@ mkdir -p "$dir" \
&& gitdirexists \
&& git init \
&& git add . \
&& git commit -m 'Initial commit'
&& git commit --allow-empty -m 'Initial commit'