Michael Eischer 0ce81d88b6 stats: Fix crash in blobs-per-file mode on missing blob
In a damaged repository with a missing blob, the error message tried to
dereference the subtreeID field of the current node, which is a file
however. Said field is set to nil for a file thus causing a segfault
when dereferenced.

Fix this by using the actual parentTreeID.
2020-03-27 22:17:54 +01:00
..
2019-12-15 22:52:13 -03:00
2020-02-15 01:32:43 +01:00
2020-02-13 21:14:20 +01:00
2019-12-10 23:20:18 +01:00
2020-03-01 19:32:35 +01:00
2020-02-13 00:47:09 +01:00
2019-12-19 13:15:37 +01:00
2020-02-12 21:29:26 +01:00
2020-02-26 20:55:12 +01:00