git-blame-parser 0.1.1

Parses the git blame porcelain format into a struct.
Documentation
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
c9a79e91e05355fc42ec519593806466c2f66de0 1 1 4
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	<div align="center">
c9a79e91e05355fc42ec519593806466c2f66de0 2 2
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	  <img src="./crates/bin/gui/icons/128x128.png" alt="dirback logo" width="128" />
c9a79e91e05355fc42ec519593806466c2f66de0 3 3
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	  <h1>Dirback</h1>
c9a79e91e05355fc42ec519593806466c2f66de0 4 4
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	  <h3>Simple directory-based backup tool.</h3>
0ca9e4dabeeee882c83d8170ad4c6a8d8046b517 3 5 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1740676606
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1740676606
committer-tz +0900
summary Add cargo.toml for workspace
previous 845fa534b3c6876aa68ef8b5f7d04c6d89f6a4c2 README.md
filename README.md
	
1548ab1b6c61dff9cb3b58d314df43edb44bd741 6 6 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745039902
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745039902
committer-tz +0900
summary tweaks
previous a3ea4a1627f1787a0eac128599a7a45780bbdc76 README.md
filename README.md
	  ![Badge Workflow](https://github.com/mitsu-ksgr/dirback/actions/workflows/release.yml/badge.svg)
c9a79e91e05355fc42ec519593806466c2f66de0 6 7 3
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	  ![Badge Workflow](https://github.com/mitsu-ksgr/dirback/actions/workflows/rust.yml/badge.svg)
c9a79e91e05355fc42ec519593806466c2f66de0 7 8
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	  ![Badge Workflow](https://github.com/mitsu-ksgr/dirback/actions/workflows/gui-frontend.yml/badge.svg)
c9a79e91e05355fc42ec519593806466c2f66de0 8 9
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	</div>
87e58c7b9a7d0bc87538630e41139f9c2f364333 5 10 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	
87e58c7b9a7d0bc87538630e41139f9c2f364333 7 11 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	
c9a79e91e05355fc42ec519593806466c2f66de0 11 12 1
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	Dirback is a simple directory-based backup tool.
87e58c7b9a7d0bc87538630e41139f9c2f364333 10 13 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	
c9a79e91e05355fc42ec519593806466c2f66de0 13 14 2
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	Back up the target directory as a `tar.gz` file.
c9a79e91e05355fc42ec519593806466c2f66de0 14 15
author mitsu-ksgr
author-mail <mitsu-ksgr@users.noreply.github.com>
author-time 1744981061
author-tz +0900
committer GitHub
committer-mail <noreply@github.com>
committer-time 1744981061
committer-tz +0900
summary Update README.md
previous 5d31b11bd146562bb1b472e1334233a6a8ef66e5 README.md
filename README.md
	it also allows for easy restoration from the backup.
87e58c7b9a7d0bc87538630e41139f9c2f364333 11 16 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	
018b9ecc91245033b58a5df9bf6c085844668d3c 17 17 4
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	
018b9ecc91245033b58a5df9bf6c085844668d3c 18 18
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	## Apps
018b9ecc91245033b58a5df9bf6c085844668d3c 19 19
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	Dirback provides the following applications:
018b9ecc91245033b58a5df9bf6c085844668d3c 20 20
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	
87e58c7b9a7d0bc87538630e41139f9c2f364333 13 21 2
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	- [Command line tool](./crates/bin/cmd/README.md)
87e58c7b9a7d0bc87538630e41139f9c2f364333 14 22
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	- [TUI](./crates/bin/tui/README.md)
68ecbfd58b63990ec70db6ffe5558d67aafb14da 15 23 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744234602
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744234602
committer-tz +0900
summary gui: create tauri app with docker
previous 726a40903dcf4c5bce57ebce54ed175cdd4a1e74 README.md
filename README.md
	- [GUI](./crates/bin/gui/README.md)
87e58c7b9a7d0bc87538630e41139f9c2f364333 15 24 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	
0ec2b5332219feeeadb1a5ff64cfcfe3bb6b1872 25 25 2
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745057907
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745057907
committer-tz +0900
summary Update README
previous 018b9ecc91245033b58a5df9bf6c085844668d3c README.md
filename README.md
	The latest version can be downloaded from [the release page](https://github.com/mitsu-ksgr/dirback/releases).
0ec2b5332219feeeadb1a5ff64cfcfe3bb6b1872 26 26
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745057907
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745057907
committer-tz +0900
summary Update README
previous 018b9ecc91245033b58a5df9bf6c085844668d3c README.md
filename README.md
	
018b9ecc91245033b58a5df9bf6c085844668d3c 25 27 5
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	### Supported platforms
018b9ecc91245033b58a5df9bf6c085844668d3c 26 28
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	- [x] Linux
018b9ecc91245033b58a5df9bf6c085844668d3c 27 29
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	- [x] Windows
018b9ecc91245033b58a5df9bf6c085844668d3c 28 30
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	- [ ] macOS
018b9ecc91245033b58a5df9bf6c085844668d3c 29 31
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	
87e58c7b9a7d0bc87538630e41139f9c2f364333 16 32 2
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	
87e58c7b9a7d0bc87538630e41139f9c2f364333 17 33
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	## Application data path
018b9ecc91245033b58a5df9bf6c085844668d3c 32 34 2
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	Backup files will be stored in the following path:
018b9ecc91245033b58a5df9bf6c085844668d3c 33 35
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	
87e58c7b9a7d0bc87538630e41139f9c2f364333 18 36 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1744150124
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1744150124
committer-tz +0900
summary Update README.md
previous 7d5f166c12cda4ac10715b799dc85bee960ef2ec README.md
filename README.md
	- Linux: `~/.local/share/dirback`
018b9ecc91245033b58a5df9bf6c085844668d3c 35 37 3
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	- Windows: `%APPDATA%\dirback`
018b9ecc91245033b58a5df9bf6c085844668d3c 36 38
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	  - `C:\Users\USER_NAME\AppData\Roaming\dirback`
018b9ecc91245033b58a5df9bf6c085844668d3c 37 39
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	
d6a7ff17c7e21bbf9dc66af4849287ccad1d609b 23 40 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1740868568
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1740868568
committer-tz +0900
summary wip: target
previous f9f0f919ce976373a77a944dbfb58a829760b3b4 README.md
filename README.md
	
018b9ecc91245033b58a5df9bf6c085844668d3c 39 41 2
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	## License
018b9ecc91245033b58a5df9bf6c085844668d3c 40 42
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1745044224
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1745044224
committer-tz +0900
summary Update README.md
previous 1548ab1b6c61dff9cb3b58d314df43edb44bd741 README.md
filename README.md
	[MIT](./LICENSE)
6bc73654c1baa11b80f2bbdc0a0c380a986a53c9 33 43 1
author mitsu-ksgr
author-mail <k.sgr.mitsu.g@example.com>
author-time 1741961571
author-tz +0900
committer mitsu-ksgr
committer-mail <k.sgr.mitsu.g@example.com>
committer-time 1741961571
committer-tz +0900
summary add serde
previous 6f883e426c1f137a3669280a34defed6c3a8f7d5 README.md
filename README.md