We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d262f7 commit e8bcb7eCopy full SHA for e8bcb7e
crates/uv-git/src/git.rs
@@ -158,7 +158,7 @@ impl GitRepository {
158
})
159
}
160
161
- /// Initializes a Git repository/// Underlying Git repository instance for this database. at `path`.
+ /// Initializes a Git repository at `path`.
162
fn init(path: &Path) -> Result<GitRepository> {
163
// TODO: see if this still necessary
164
// Skip anything related to templates, they just call all sorts of issues as
0 commit comments