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 502099a commit db5c037Copy full SHA for db5c037
src/diff.rs
@@ -287,7 +287,7 @@ impl<'repo> Diff<'repo> {
287
Ok(buf)
288
}
289
290
- /// Create an patch ID from a diff.
+ /// Create a patch ID from a diff.
291
pub fn patchid(&self, opts: Option<&mut DiffPatchidOptions>) -> Result<Oid, Error> {
292
let mut raw = raw::git_oid {
293
id: [0; raw::GIT_OID_RAWSZ],
0 commit comments