X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fx;h=eb5aee2d4950dd89925da05e70b1cad35cfd3910;hb=cdfb443f36e824c606cf2c194d645735d53065f3;hp=50698333c950fb5adabaf36336678869fae2eea5;hpb=807bbf47c0978ced4802ec35ed99727914a4af0e;p=khome.git diff --git a/home/bin/x b/home/bin/x index 5069833..eb5aee2 100755 --- a/home/bin/x +++ b/home/bin/x @@ -12,6 +12,7 @@ then cd "$directory"; printf '# %s\n' "$name" > README; git init >&2 + git commit --allow-empty -m 'Root commit' >&2 git add . >&2 git commit -m 'Initial commit' >&2 echo "$directory";