summaryrefslogtreecommitdiff
path: root/yarns/900-implementations.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/900-implementations.yarn')
-rw-r--r--yarns/900-implementations.yarn5
1 files changed, 5 insertions, 0 deletions
diff --git a/yarns/900-implementations.yarn b/yarns/900-implementations.yarn
index 178fadd..528c879 100644
--- a/yarns/900-implementations.yarn
+++ b/yarns/900-implementations.yarn
@@ -28,6 +28,11 @@ For tests, we need an empty journal.
[config]
source = $DATADIR/$MATCH_1
EOF
+ cd "$DATADIR/$MATCH_1"
+ git init .
+ touch README
+ git add README
+ git commit -m initial
Keeping time