File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ pub struct Statistics {
28
28
pub commits_to_tree : usize ,
29
29
/// The amount of trees that were decoded to find the entry of the file to blame.
30
30
pub trees_decoded : usize ,
31
- /// The amount of fully-fledged tree-diffs to see if the filepath was added, deleted or modified.
31
+ /// The amount of tree-diffs to see if the filepath was added, deleted or modified. These diffs
32
+ /// are likely partial as they are cancelled as soon as a change to the blamed file is
33
+ /// detected.
32
34
pub trees_diffed : usize ,
33
35
/// The amount of blobs there were compared to each other to learn what changed between commits.
34
36
/// Note that in order to diff a blob, one needs to load both versions from the database.
You can’t perform that action at this time.
0 commit comments