1# vi: set ft=conf
 2
 3# convert crlf to lf on windows
 4[windows] dos2unix commit1.txt
 5
 6# create a repo
 7soft repo import basic1 https://github.com/git-fixtures/basic
 8
 9# print commit
10soft repo commit basic1 b8e471f58bcbca63b07bda20e428190409c2db47
11cmp stdout commit1.txt
12
13-- commit1.txt --
14commit b8e471f58bcbca63b07bda20e428190409c2db47
15Author: Daniel Ripolles
16Date:   Tue Mar 31 11:44:52 UTC 2015
17Creating changelog
18
19
20CHANGELOG | 1 +
211 file changed, 1 insertion(+)
22
23diff --git a/CHANGELOG b/CHANGELOG
24new file mode 100644
25index 0000000000000000000000000000000000000000..d3ff53e0564a9f87d8e84b6e28e5060e517008aa
26--- /dev/null
27+++ b/CHANGELOG
28@@ -0,0 +1 @@
29+Initial changelog
30