Skip to content

Commit 7f42b7a

Browse files
committed
Clarify Indexer::new path parameter
This updates the docs to clarify that the path is a *directory*.
1 parent 1774e57 commit 7f42b7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/indexer.rs

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ impl<'a> Indexer<'a> {
118118
/// can be `None` if no thin pack is expected, in which case missing bases
119119
/// will result in an error.
120120
///
121+
/// `path` is the directory where the packfile should be stored.
122+
///
121123
/// `mode` is the permissions to use for the output files, use `0` for defaults.
122124
///
123125
/// If `verify` is `false`, the indexer will bypass object connectivity checks.

0 commit comments

Comments
 (0)