about summary refs log tree commit diff stats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Add new option in config v0.2.1Andinus2020-10-151-0/+3
* Document signify, update example config v0.2.0Andinus2020-10-151-5/+7
* Add fallback for $gpg_fingerprint & $gpg_binAndinus2020-10-141-3/+0
* Add new config fileAndinus2020-10-121-3/+16
* Remove obsolete code, add extra config optionsAndinus2020-10-111-0/+4
* Change config file format to INI styleAndinus2020-10-082-36/+15
* Get $backup_dir from config, format $mday with 2 leading zerosAndinus2020-10-081-0/+1
* Move configuration to a config fileAndinus2020-08-311-0/+35
* Remove unused files/modules, add archive subAndinus2020-08-251-1985/+0
* Add theo insultsAndinus2020-07-031-0/+1985
garam <vc@akkartik.com> 2019-08-26 11:55:26 -0700 committer Kartik Agaram <vc@akkartik.com> 2019-08-26 11:59:21 -0700 5592 - switch register names to lowercase' href='/akkartik/mu/commit/054string-equal.subx?h=hlt&id=333525360b22f3d3ea31db46a4d2f1b4edbfebdb'>33352536 ^
6030d7e2 ^
d11372f6 ^
71eb22a5 ^
6030d7e2 ^
21cb677f ^
1639687b ^

2a2a5b1e ^
21cb677f ^
1639687b ^


21cb677f ^
6030d7e2 ^
1639687b ^
6030d7e2 ^
33352536 ^




6030d7e2 ^
7a583220 ^
33352536 ^

aff782c4 ^
33352536 ^









1639687b ^
33352536 ^

6070c23e ^
71eb22a5 ^
33352536 ^
71eb22a5 ^
33352536 ^
71eb22a5 ^
33352536 ^
71eb22a5 ^
33352536 ^
71eb22a5 ^
33352536 ^
71ee78f2 ^
21cb677f ^
33352536 ^
6070c23e ^
db268970 ^
33352536 ^
db268970 ^
33352536 ^
db268970 ^
33352536 ^
6070c23e ^
db268970 ^
33352536 ^
db268970 ^
33352536 ^
71ee78f2 ^

33352536 ^
71ee78f2 ^

33352536 ^
71ee78f2 ^
ee9a9237 ^
33352536 ^



7a583220 ^
33352536 ^

6030d7e2 ^
d11372f6 ^
9d27e966 ^
d11372f6 ^
03d50cc8 ^
33352536 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
71ee78f2 ^
ee9a9237 ^
33352536 ^

ee9a9237 ^
6030d7e2 ^

33352536 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
6030d7e2 ^
d11372f6 ^
03d50cc8 ^
33352536 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
71ee78f2 ^
ee9a9237 ^
33352536 ^

ee9a9237 ^
6030d7e2 ^

33352536 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
6030d7e2 ^
d11372f6 ^
03d50cc8 ^
33352536 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
71ee78f2 ^
ee9a9237 ^
33352536 ^

ee9a9237 ^
6030d7e2 ^

33352536 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
6030d7e2 ^
d11372f6 ^
03d50cc8 ^
33352536 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
71ee78f2 ^
ee9a9237 ^
33352536 ^

ee9a9237 ^
6030d7e2 ^

33352536 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
6030d7e2 ^
ed0e64a9 ^
0b2d2d97 ^
71eb22a5 ^
7a583220 ^
33352536 ^

0b2d2d97 ^
33352536 ^
71eb22a5 ^
0b2d2d97 ^
33352536 ^

0b2d2d97 ^


33352536 ^

0b2d2d97 ^
33352536 ^
0b2d2d97 ^
33352536 ^
0b2d2d97 ^


33352536 ^
8d543783 ^
0b2d2d97 ^
33352536 ^
7a583220 ^
33352536 ^

0b2d2d97 ^


8d543783 ^

0b2d2d97 ^



8d543783 ^
0b2d2d97 ^
33352536 ^
0b2d2d97 ^

ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222