Skip to content

Commit ec77288

Browse files
committed
Initial wiki import
1 parent cf96e50 commit ec77288

14 files changed

+1367
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.swp
2+
*~

sync-with-svn-repository

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
set -e; set -u
3+
4+
# https://github.com/nirvdrum/svn2git
5+
svn2git --rebase
6+
cd wiki
7+
svn up .
8+
git add .
9+
cd ..
10+
cp wiki/ProjectInfo.wiki README.wiki
11+
git add README.wiki
12+
git commit -m "Synced wiki"

wiki/.svn/all-wcprops

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
K 25
2+
svn:wc:ra_dav:version-url
3+
V 22
4+
/svn/!svn/ver/337/wiki
5+
END
6+
HOWTO_TestPossibilityMatrix.wiki
7+
K 25
8+
svn:wc:ra_dav:version-url
9+
V 55
10+
/svn/!svn/ver/280/wiki/HOWTO_TestPossibilityMatrix.wiki
11+
END
12+
HOWTO_TestAbsolutePathFn.wiki
13+
K 25
14+
svn:wc:ra_dav:version-url
15+
V 52
16+
/svn/!svn/ver/294/wiki/HOWTO_TestAbsolutePathFn.wiki
17+
END
18+
FeatureMatrix.wiki
19+
K 25
20+
svn:wc:ra_dav:version-url
21+
V 41
22+
/svn/!svn/ver/319/wiki/FeatureMatrix.wiki
23+
END
24+
ProjectInfo.wiki
25+
K 25
26+
svn:wc:ra_dav:version-url
27+
V 39
28+
/svn/!svn/ver/337/wiki/ProjectInfo.wiki
29+
END
30+
GeneralFaq.wiki
31+
K 25
32+
svn:wc:ra_dav:version-url
33+
V 38
34+
/svn/!svn/ver/284/wiki/GeneralFaq.wiki
35+
END

wiki/.svn/entries

Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
10
2+
3+
dir
4+
337
5+
http://shunit2.googlecode.com/svn/wiki
6+
http://shunit2.googlecode.com/svn
7+
8+
9+
10+
2011-05-01T21:11:46.417655Z
11+
337
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
0b216afc-fc4a-0410-87c2-ade1b7cef105
28+
29+
HOWTO_TestPossibilityMatrix.wiki
30+
file
31+
32+
33+
34+
35+
2011-10-31T09:45:45.991448Z
36+
f06cdae327ed83f02c42b30472442b1c
37+
2008-10-29T21:27:09.786919Z
38+
280
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
2771
62+
63+
HOWTO_TestAbsolutePathFn.wiki
64+
file
65+
66+
67+
68+
69+
2011-10-31T09:45:45.991448Z
70+
e0ceabe34dc9f2d3edb59b94446ecb15
71+
2009-06-06T10:12:12.659313Z
72+
294
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
9900
96+
97+
FeatureMatrix.wiki
98+
file
99+
100+
101+
102+
103+
2011-10-31T09:45:45.991448Z
104+
d4e7c6ec7e6d6bb7c605b86824954085
105+
2011-03-15T22:41:41.927783Z
106+
319
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
683
130+
131+
ProjectInfo.wiki
132+
file
133+
134+
135+
136+
137+
2011-10-31T09:45:45.995448Z
138+
d7b4ec7d82aeeafc3b0e293c640c5937
139+
2011-05-01T21:11:46.417655Z
140+
337
141+
142+
143+
144+
145+
146+
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
162+
163+
6147
164+
165+
GeneralFaq.wiki
166+
file
167+
168+
169+
170+
171+
2011-10-31T09:45:45.995448Z
172+
07357c8efd3eb4d42a3fae35b3b9e55c
173+
2008-11-17T18:20:15.537855Z
174+
284
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
186+
187+
188+
189+
190+
191+
192+
193+
194+
195+
196+
197+
5117
198+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#summary This page summarizes which shells and OSes support which features.
2+
#labels Featured
3+
4+
= Introduction =
5+
6+
In the world of Unix, and especially in the world of Unix shells, variety abounds. Some shells support some things, others support something else. shUnit2 tries both to work with the common denominator of shell and OS features, and provide as many useful features as possible. Unfortunately, not all features are supported in all combinations, and it is important to know what works where.
7+
8+
= Features Matrix =
9+
10+
== 2.1.6 ==
11+
|| *Feature* || *OS* || *Shell* || *Supported* ||
12+
|| Line numbers on asserts || Ubuntu 10.04 || bash 4.1 || *yes* ||
13+
|| || || dash 0.5.5.1 || no ||

0 commit comments

Comments
 (0)