summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-03 22:00:29 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-03 22:00:29 +0300
commitae78bdcdbf23eebaa67bb359ef6a0ba2dda16a0a (patch)
tree489ebe7fddd09c2e49466ed50e5d0459c337a462 /yarns
parent51e0784d32d6118d24888b4cb7798619077ece77 (diff)
downloadjt-ae78bdcdbf23eebaa67bb359ef6a0ba2dda16a0a.tar.gz
Commit new topic page
Diffstat (limited to 'yarns')
-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