Skip to content

Commit 9ac36bd

Browse files
committed
Update doc-string
1 parent f857ca8 commit 9ac36bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gix-blame/src/types.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ pub struct Statistics {
2828
pub commits_to_tree: usize,
2929
/// The amount of trees that were decoded to find the entry of the file to blame.
3030
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.
3234
pub trees_diffed: usize,
3335
/// The amount of blobs there were compared to each other to learn what changed between commits.
3436
/// Note that in order to diff a blob, one needs to load both versions from the database.

0 commit comments

Comments
 (0)