summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/darcs/t/lib.sh')
-rw-r--r--exporters/darcs/t/lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/exporters/darcs/t/lib.sh b/exporters/darcs/t/lib.sh
index c0f30c2..095f9ef 100644
--- a/exporters/darcs/t/lib.sh
+++ b/exporters/darcs/t/lib.sh
@@ -191,6 +191,7 @@ create_git()
mkdir -p $1
cd $1
git init $2
+ git commit --allow-empty -m 'root commit'
echo A > file
git add file
git commit -a -m A