Skip to content

Commit 5197b5a

Browse files
committed
improve docs to be more approachable from git2
1 parent 91b6549 commit 5197b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gix/src/status/index_worktree.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ pub mod iter {
611611
///
612612
/// * `patterns`
613613
/// - Optional patterns to use to limit the paths to look at. If empty, all paths are considered.
614+
#[doc(alias = "diff_index_to_workdir", alias = "git2")]
614615
pub fn into_index_worktree_iter(
615616
self,
616617
patterns: impl IntoIterator<Item = BString>,

0 commit comments

Comments
 (0)