Skip to content

Commit 7dcba9f

Browse files
committed
feat: make SymlinkCheck::inner available.
That way one can obtain more information about the stack state.
1 parent 02878c9 commit 7dcba9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gix-status/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ pub use index_as_worktree_with_renames::function::index_as_worktree_with_renames
4747
/// It can efficiently validate paths when these are queried in sort-order, which leads to each component
4848
/// to only be checked once.
4949
pub struct SymlinkCheck {
50-
inner: gix_fs::Stack,
50+
/// Supports querying additional information, like the stack root.
51+
pub inner: gix_fs::Stack,
5152
}
5253

5354
mod stack;

0 commit comments

Comments
 (0)