From ae78bdcdbf23eebaa67bb359ef6a0ba2dda16a0a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 3 May 2015 22:00:29 +0300 Subject: Commit new topic page --- yarns/900-implementations.yarn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'yarns') 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 -- cgit v1.2.1